summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'num_rx_queues' of git://kernel.ubuntu.com/rtg/net-2.6David S. Miller2010-06-101-5/+3Star
| |\ \
| | * | net: Print num_rx_queues imbalance warning only when there are allocated queuesTim Gardner2010-06-091-5/+3Star
| * | | caif: fix a couple range checksDan Carpenter2010-06-102-2/+2
| |/ /
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-093-10/+87
| |\ \
| | * | mac80211: fix deauth before assocJohannes Berg2010-06-081-2/+38
| * | | ipmr: dont corrupt listsEric Dumazet2010-06-072-2/+6
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-1128-477/+1520
|\ \ \ \
| * | | | mac80211: Add netif state checking to ieee80211_ifa_changedJuuso Oikarinen2010-06-081-0/+3
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-06-074-12/+64
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | mac80211: fix function pointer checkHolger Schurig2010-06-071-1/+1
| | * | | mac80211: process station blockack action frames from workJohannes Berg2010-06-042-7/+48
| * | | | mac80211: fix lock leak w/ ARP filtering and w/o CONFIG_INETJohn W. Linville2010-06-071-2/+1Star
| * | | | mac80211: Remove deprecated sta_notify commandsSujith2010-06-041-6/+0Star
| * | | | mac80211: make ARP filtering depend on CONFIG_INETJohn W. Linville2010-06-042-0/+8
| * | | | mac80211: reduce debugfs code sizeFelix Fietkau2010-06-032-122/+77Star
| * | | | mac80211: simplify key lockingJohannes Berg2010-06-037-267/+80Star
| * | | | mac80211: move plink stateJohannes Berg2010-06-031-22/+22
| * | | | mac80211: drop control frames after processingJohannes Berg2010-06-031-1/+6
| * | | | mac80211: remove useless work startingJohannes Berg2010-06-031-9/+0Star
| * | | | mac80211: move WEP weak IV checkJohannes Berg2010-06-031-15/+16
| * | | | mac80211: clean up ieee80211_stop_tx_ba_sessionJohannes Berg2010-06-033-12/+8Star
| * | | | mac80211: Add support for hardware ARP query filteringJuuso Oikarinen2010-06-035-2/+116
| * | | | mac80211: remove bogus mod_timer() callJohannes Berg2010-06-031-3/+11
| * | | | cfg80211: make action channel type optionalJohannes Berg2010-06-026-5/+16
| * | | | wireless: fix several minor description typosWalter Goldens2010-06-023-3/+3
| * | | | cfg80211: don't refuse HT20 channels on devices that don't support HT40Helmut Schaa2010-06-021-2/+3
| * | | | mac80211: add the minstrel_ht rate control algorithmFelix Fietkau2010-06-027-0/+1103
* | | | | net-next: remove useless union keywordChangli Gao2010-06-1144-683/+674Star
* | | | | ip: ip_ra_control() rcu fixEric Dumazet2010-06-111-4/+15
* | | | | ipv6: mcast: RCU conversionsEric Dumazet2010-06-101-96/+87Star
* | | | | icmp: RCU conversion in icmp_address_reply()Eric Dumazet2010-06-101-7/+5Star
* | | | | phonet: use call_rcu for phonet device freeJiri Pirko2010-06-101-4/+11
* | | | | anycast: Some RCU conversionsEric Dumazet2010-06-082-57/+47Star
* | | | | net: avoid two atomic ops in ip_rcv_options()Eric Dumazet2010-06-081-4/+2Star
* | | | | ipv4: avoid two atomic ops in ip_rt_redirect()Eric Dumazet2010-06-081-7/+3Star
* | | | | igmp: avoid two atomic ops in igmp_rcv()Eric Dumazet2010-06-081-6/+4Star
* | | | | ip: Router Alert RCU conversionEric Dumazet2010-06-082-17/+17
* | | | | net: Remove unnecessary net action assertionjamal2010-06-071-3/+0Star
* | | | | net sched: make pedit check for clones insteadjamal2010-06-071-2/+1Star
* | | | | htb: remove two unnecessary assignmentsChangli Gao2010-06-071-2/+0Star
* | | | | raw: avoid two atomics in xmitEric Dumazet2010-06-072-8/+12
* | | | | net-caif: Added missing lock validator constantsAlex Lorca2010-06-071-3/+3
* | | | | tcp: Fix slowness in read /proc/net/tcpTom Herbert2010-06-071-8/+84
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-0722-75/+134
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | ip6mr: fix a typo in ip6mr_for_each_table()Eric Dumazet2010-06-071-1/+1
| * | | | ipv6: avoid high order allocationsEric Dumazet2010-06-051-1/+4
| * | | | tcp: use correct net ns in cookie_v4_check()Eric Dumazet2010-06-051-1/+1
| * | | | rps: tcp: fix rps_sock_flow_table table updatesEric Dumazet2010-06-051-3/+4
| * | | | syncookies: remove Kconfig text line about disabled-by-defaultFlorian Westphal2010-06-051-5/+5
| * | | | net: check for refcount if pop a stacked dst_entrySteffen Klassert2010-06-051-2/+2