aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-09netfilter: nf_conntrack: per_cpu untrackingEric Dumazet1-10/+26
2010-06-08mac80211: fix deauth before assocJohannes Berg1-2/+38
2010-06-08netfilter: nf_conntrack: IPS_UNTRACKED bitEric Dumazet12-25/+33
2010-06-08mac80211: Add netif state checking to ieee80211_ifa_changedJuuso Oikarinen1-0/+3
2010-06-07anycast: Some RCU conversionsEric Dumazet2-57/+47
2010-06-07net: avoid two atomic ops in ip_rcv_options()Eric Dumazet1-4/+2
2010-06-07ipv4: avoid two atomic ops in ip_rt_redirect()Eric Dumazet1-7/+3
2010-06-07igmp: avoid two atomic ops in igmp_rcv()Eric Dumazet1-6/+4
2010-06-07ip: Router Alert RCU conversionEric Dumazet2-17/+17
2010-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville4-12/+64
2010-06-07mac80211: fix lock leak w/ ARP filtering and w/o CONFIG_INETJohn W. Linville1-2/+1
2010-06-07mac80211: fix function pointer checkHolger Schurig1-1/+1
2010-06-07ipmr: dont corrupt listsEric Dumazet2-2/+6
2010-06-07net: Remove unnecessary net action assertionjamal1-3/+0
2010-06-07net sched: make pedit check for clones insteadjamal1-2/+1
2010-06-07htb: remove two unnecessary assignmentsChangli Gao1-2/+0
2010-06-07raw: avoid two atomics in xmitEric Dumazet2-8/+12
2010-06-07net-caif: Added missing lock validator constantsAlex Lorca1-3/+3
2010-06-07tcp: Fix slowness in read /proc/net/tcpTom Herbert1-8/+84
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller22-75/+134
2010-06-06ip6mr: fix a typo in ip6mr_for_each_table()Eric Dumazet1-1/+1
2010-06-05ipv6: avoid high order allocationsEric Dumazet1-1/+4
2010-06-05skbuff: add check for non-linear to warn_if_lro and needs_linearizeAlexander Duyck1-3/+4
2010-06-05syncookies: update mss tablesFlorian Westphal2-43/+34
2010-06-05syncookies: avoid unneeded tcp header flag double checkFlorian Westphal4-4/+4
2010-06-05syncookies: make v4/v6 synflood warning behaviour the sameFlorian Westphal1-11/+13
2010-06-04tcp: use correct net ns in cookie_v4_check()Eric Dumazet1-1/+1
2010-06-04rps: tcp: fix rps_sock_flow_table table updatesEric Dumazet1-3/+4
2010-06-04syncookies: remove Kconfig text line about disabled-by-defaultFlorian Westphal1-5/+5
2010-06-04net: check for refcount if pop a stacked dst_entrySteffen Klassert1-2/+2
2010-06-04mac80211: process station blockack action frames from workJohannes Berg2-7/+48
2010-06-04mac80211: Remove deprecated sta_notify commandsSujith1-6/+0
2010-06-04mac80211: make ARP filtering depend on CONFIG_INETJohn W. Linville2-0/+8
2010-06-04netfilter: vmalloc_node cleanupEric Dumazet3-10/+8
2010-06-03From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001Eric Dumazet2-110/+101
2010-06-03arp: RCU changesEric Dumazet1-7/+4
2010-06-03ipv4: RCU changes in __mkroute_input()Eric Dumazet1-5/+3
2010-06-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-4/+15
2010-06-03mac80211: reduce debugfs code sizeFelix Fietkau2-122/+77
2010-06-03mac80211: simplify key lockingJohannes Berg7-267/+80
2010-06-03mac80211: move plink stateJohannes Berg1-22/+22
2010-06-03mac80211: drop control frames after processingJohannes Berg1-1/+6
2010-06-03mac80211: remove useless work startingJohannes Berg1-9/+0
2010-06-03mac80211: move WEP weak IV checkJohannes Berg1-15/+16
2010-06-03mac80211: clean up ieee80211_stop_tx_ba_sessionJohannes Berg3-12/+8
2010-06-03mac80211: Add support for hardware ARP query filteringJuuso Oikarinen5-2/+116
2010-06-03mac80211: remove bogus mod_timer() callJohannes Berg1-3/+11
2010-06-03act_pedit: access skb->data safelyChangli Gao1-10/+14
2010-06-03net: use __packed annotationEric Dumazet7-18/+18
2010-06-03ipv4: RCU conversion of ip_route_input_slow/ip_route_input_mcEric Dumazet1-18/+17