summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2014-02-20mac80211: allow driver to return error from sched_scan_stopJohannes Berg
2014-02-20cfg80211: document sched_scan_stop synchronous behaviourJohannes Berg
2014-02-20cfg80211: Pass TDLS peer capability information in tdls_mgmtSunil Dutt Undekari
2014-02-13mac80211: remove erroneous comment about RX radiotap headerJohannes Berg
2014-02-12mac80211: add NAPI support backJohannes Berg
2014-02-11mac80211: reset probe_send_count also in HW_CONNECTION_MONITOR caseEliad Peller
2014-02-06mac80211: propagate STBC / LDPC flags to radiotapEmmanuel Grumbach
2014-02-06mac80211: move VHT related RX_FLAG to another variableEmmanuel Grumbach
2014-02-06mac80211: remove unused radiotap vendor fields in ieee80211_rx_statusEmmanuel Grumbach
2014-02-04cfg80211: consider existing DFS interfacesMichal Kazior
2014-02-04cfg80211: fix channel configuration in IBSS joinAntonio Quartulli
2014-02-04nl80211: fix scheduled scan RSSI matchset attribute confusionJohannes Berg
2014-02-04mac80211: remove module handling from rate control opsJohannes Berg
2014-02-04mac80211: make rate control ops constJohannes Berg
2014-02-04nl80211: add Guard Interval support for set_bitrate_maskJanusz Dziedzic
2014-02-04cfg80211: make connect ie param constJohannes Berg
2014-02-04cfg80211: Clean up connect params and channel fetchingJouni Malinen
2014-02-04cfg80211: Advertise maximum associated STAs in AP modeJouni Malinen
2014-02-04cfg80211: Allow BSS hint to be provided for connectJouni Malinen
2014-02-04mac80211: only set CSA beacon when at least one beacon must be transmittedLuciano Coelho
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-24Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-01-23rtnetlink: provide api for getting and setting slave infoJiri Pirko
2014-01-23ipv6: enable anycast addresses as source addresses for datagramsFX Le Bail
2014-01-22reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa
2014-01-22net: introduce reciprocal_scale helper and convert usersDaniel Borkmann
2014-01-22sctp: remove macros sctp_bh_[un]lock_sockwangweidong
2014-01-22sctp: remove macros sctp_{lock|release}_sockwangweidong
2014-01-22sctp: remove macros sctp_read_[un]lockwangweidong
2014-01-22sctp: remove macros sctp_write_[un]_lockwangweidong
2014-01-22sctp: remove macros sctp_spin_[un]lockwangweidong
2014-01-22sctp: remove macros sctp_local_bh_{disable|enable}wangweidong
2014-01-22sctp: remove macros sctp_spin_[un]lock_irqrestorewangweidong
2014-01-22net: Add GRO support for vxlan trafficOr Gerlitz
2014-01-22net: Add GRO support for UDP encapsulating protocolsOr Gerlitz
2014-01-22ipv6: protect protocols not handling ipv4 from v4 connection/bind attemptsHannes Frederic Sowa
2014-01-21net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()WANG Cong
2014-01-21net_sched: act: fetch hinfo from a->ops->hinfoWANG Cong
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-01-20net_sched: act: remove capab from struct tc_action_opsWANG Cong
2014-01-20ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa
2014-01-20ipv6: add flowlabel_consistency sysctlFlorent Fourcot
2014-01-20ipv6: add a flag to get the flow label used remotlyFlorent Fourcot
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-18ipv4: fix a dst leak in tunnelsEric Dumazet
2014-01-18ipv6: simplify detection of first operational link-local address on interfaceHannes Frederic Sowa
2014-01-18ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAITFlorent Fourcot
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-01-16neigh: use NEIGH_VAR_INIT in ndo_neigh_setup functions.Jiri Pirko
2014-01-15ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helperLi RongQing