summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-11-25cfg80211/mac80211: DFS setup chandef for cac eventJanusz Dziedzic
2013-11-25mac80211: verify ieee80211_key_replace() argumentsJohannes Berg
2013-11-25cfg80211: don't allow drivers to unset NL80211_FEATURE_SCAN_FLUSHJohannes Berg
2013-11-25cfg80211: add missing break in cfg80211_get_chan_state()Johannes Berg
2013-11-25mac80211: remove useless tests for arrayJohannes Berg
2013-11-25mac80211: clean up mesh local link ID generationThomas Pedersen
2013-11-25mac80211: factor out plink event gatheringThomas Pedersen
2013-11-25mac80211: factor out peering FSMThomas Pedersen
2013-11-25mac80211: assign sta plid earlyThomas Pedersen
2013-11-25mac80211: consolidate rcu unlocks in plink frame rxThomas Pedersen
2013-11-25mac80211: factor peering frame processing into own functionThomas Pedersen
2013-11-25mac80211: remove unused mesh_mgmt_ies_add() prototypeBob Copeland
2013-11-25mac80211: return -ENOMEM in mesh_plink_frame_txBob Copeland
2013-11-25mac80211: mesh_plink: don't ignore holding timerBob Copeland
2013-11-25mac80211: mesh_plink: collapse the two switch statements togetherBob Copeland
2013-11-25mac80211: mesh: rewrite rssi_threshold_check in CBob Copeland
2013-11-25mac80211: mesh_plink: group basic fitness checksBob Copeland
2013-11-25mac80211: mesh: factor out common plink close/estab codeBob Copeland
2013-11-25mac80211: hold sta->lock across plink switch statementsBob Copeland
2013-11-25mac80211: consolidate calls to plink_frame_txThomas Pedersen
2013-11-25mac80211: fix off-by-one in llid check.Bob Copeland
2013-11-25cfg80211: remove second argument from reg_process_hint()Luis R. Rodriguez
2013-11-25cfg80211: force WIPHY_FLAG_CUSTOM_REGULATORY on wiphy_apply_custom_regulatory()Luis R. Rodriguez
2013-11-25cfg80211: DFS check chandef usable before CACJanusz Dziedzic
2013-11-25cfg80211: add helper functions for start/end freqJanusz Dziedzic
2013-11-25mac80211: do not compute offset from ssn in Rx AMPDU reordering bufferKarl Beldan
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez
2013-11-21gso: handle new frag_list of frags GRO packetsHerbert Xu
2013-11-21genetlink: fix genlmsg_multicast() bugJohannes Berg
2013-11-21packet: fix use after free race in send path when dev is releasedDaniel Borkmann
2013-11-21wimax: remove dead codeMichael Opdenacker
2013-11-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-11-20net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_sto...Hannes Frederic Sowa
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-11-20bridge: flush br's address entry in fdb when remove theDing Tianhong
2013-11-20net: core: Always propagate flag changes to interfacesVlad Yasevich
2013-11-20ipv4: fix race in concurrent ip_route_input_slow()Alexei Starovoitov
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg
2013-11-19genetlink: pass family to functions using groupsJohannes Berg
2013-11-19genetlink: add and use genl_set_err()Johannes Berg
2013-11-19genetlink: remove family pointer from genl_multicast_groupJohannes Berg
2013-11-19genetlink: remove genl_unregister_mc_group()Johannes Berg
2013-11-19hsr: don't call genl_unregister_mc_group()Johannes Berg
2013-11-19quota/genetlink: use proper genetlink multicast APIsJohannes Berg
2013-11-19drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg
2013-11-19tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin