summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv4: switch and case should be at the same indentWeilong Chen2014-01-021-15/+15
* ipv4: spaces required around that '='Weilong Chen2014-01-021-4/+4
* ipv6: remove prune parameter for fib6_clean_allLi RongQing2014-01-022-6/+6
* tipc: make the code look more readablewangweidong2014-01-021-5/+2
* ipv4: arp: update neighbour address when a gratuitous arp is received and arp...Salam Noureddine2014-01-021-5/+10
* ipv6: namespace cleanupsstephen hemminger2014-01-012-19/+35
* net: core functions cleanupstephen hemminger2014-01-011-56/+26
* netlink: cleanup tap related functionsstephen hemminger2014-01-011-17/+1
* netlink: cleanup rntl_af_registerstephen hemminger2014-01-013-28/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-0126-484/+645
|\
| * nl80211: add VHT support for set_bitrate_maskJanusz Dziedzic2013-12-161-6/+86
| * mac80211: read station mgmt keys via get_key callMax Stepanov2013-12-161-1/+2
| * mac80211: check pairwise key_idx on get_key callMax Stepanov2013-12-161-2/+2
| * mac80211: align ieee80211_ibss_csa_beacon() with ieee80211_assign_beacon()Luciano Coelho2013-12-161-1/+4
| * mac80211: refactor ieee80211_ibss_process_chanswitch()Luciano Coelho2013-12-163-50/+17
| * mac80211: update adjusting TBTT bit in beaconThomas Pedersen2013-12-164-4/+22
| * mac80211: reschedule sched scan after HW restartDavid Spinadel2013-12-164-20/+68
| * mac80211: make ieee80211_assign_beacon() staticLuciano Coelho2013-12-162-4/+2
| * mac80211: lock sdata in ieee80211_csa_connection_drop_work()Luciano Coelho2013-12-161-0/+4
| * mac80211: let the driver reserve extra tailroom in beaconsFelix Fietkau2013-12-161-3/+6
| * mac80211: free all AP/VLAN keys at onceJohannes Berg2013-12-164-28/+43
| * mac80211: optimise mixed AP/VLAN station removalJohannes Berg2013-12-163-6/+14
| * mac80211: optimise synchronize_net() for sta_info_flushJohannes Berg2013-12-162-4/+41
| * mac80211: move synchronize_net() before sta key removalJohannes Berg2013-12-162-14/+5
| * mac80211: don't delay station destructionJohannes Berg2013-12-167-119/+12
| * mac80211: move 4-addr sta pointer clearing before synchronize_rcu()Johannes Berg2013-12-161-3/+4
| * mac80211: add pre-RCU-sync sta removal driver operationJohannes Berg2013-12-163-19/+33
| * Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2013-12-16508-13328/+30164
| |\
| * | mac80211: fix nested sdata lock for IBSS/CSASimon Wunderlich2013-12-051-2/+2
| * | cfg80211: don't "leak" uncompleted scansEliad Peller2013-12-053-30/+8
| * | mac80211: start_next_roc only if scan was actually runningEliad Peller2013-12-051-1/+3
| * | mac80211: determine completed scan type by defined opsEliad Peller2013-12-051-8/+7
| * | cfg80211: stop sched scan only when neededBarak Bercovitz2013-12-051-1/+4
| * | cfg80211: in bitrate_mask, rename mcs to ht_mcsJanusz Dziedzic2013-12-052-11/+11
| * | nl80211: allow setting bitrate mask back to defaultJanusz Dziedzic2013-12-051-3/+5
| * | mac80211: warn if unhashing station failsJohannes Berg2013-12-051-1/+1
| * | mac80211: neaten ieee80211_deliver_skbJohannes Berg2013-12-041-17/+15
| * | nl80211: allow the use of DFS channel in meshChun-Yeow Yeoh2013-12-041-2/+11
| * | nl80211: vendor command supportJohannes Berg2013-12-033-71/+181
| * | nl80211: don't clear bitrate_mask twiceJanusz Dziedzic2013-12-031-9/+8
| * | mac80211: remove duplicate codeEliad Peller2013-12-031-8/+0
| * | cfg80211: DFS check dfs_region before usageLuis R. Rodriguez2013-12-031-0/+5
| * | cfg80211: add reg_get_dfs_region()Luis R. Rodriguez2013-12-032-0/+28
| * | nl80211/cfg80211: Set Operating Mode NotificationMarek Kwaczynski2013-12-031-0/+7
| * | mac80211: move align variable to remove __maybe_unusedJohannes Berg2013-12-031-3/+2
| * | Revert "mac80211: add driver callback for per-interface multicast filter"Johannes Berg2013-12-033-51/+0
* | | net, sch: fix the typo in register_qdisc()Zhi Yong Wu2013-12-311-1/+1
* | | net, rps: fix the comment of net_rps_action_and_irq_enable()Zhi Yong Wu2013-12-311-1/+1
* | | sctp: move skb_dst_set() a bit downwards in sctp_packet_transmit()wangweidong2013-12-311-2/+2
* | | sch_netem: support of 64bit ratesYang Yingliang2013-12-311-2/+13