aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-15inetpeer: RCU conversionEric Dumazet1-69/+95
2010-06-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller29-198/+541
2010-06-15tcp: unify tcp flag macrosChangli Gao5-58/+47
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko16-46/+68
2010-06-15net: add rx_handler data pointerJiri Pirko2-2/+6
2010-06-15bridge: Fix netpoll supportHerbert Xu4-84/+120
2010-06-15netpoll: Allow netpoll_setup/cleanup recursionHerbert Xu1-79/+97
2010-06-15netpoll: Add ndo_netpoll_setupHerbert Xu1-0/+10
2010-06-15netpoll: Add locking for netpoll_setup/cleanupHerbert Xu1-75/+76
2010-06-15netpoll: Fix RCU usageHerbert Xu1-8/+12
2010-06-15bridge: Remove redundant npinfo NULL settingHerbert Xu1-1/+0
2010-06-15netpoll: Set npinfo to NULL even with ndo_netpoll_cleanupHerbert Xu1-2/+1
2010-06-15Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy130-2004/+3310
2010-06-15netfilter: xtables: idletimer target implementationLuciano Coelho3-0/+327
2010-06-15netfilter: CLUSTERIP: RCU conversionEric Dumazet1-19/+29
2010-06-14inetpeer: various changesEric Dumazet1-38/+56
2010-06-14ipv6: RCU changes in ipv6_get_mtu() and ip6_dst_hoplimit()Eric Dumazet1-8/+11
2010-06-14ipv6: avoid two atomics in ipv6_rthdr_rcv()Eric Dumazet1-6/+4
2010-06-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-06-14netfilter: defrag: kill unused work parameter of frag_kfree_skb()Shan Wei1-4/+2
2010-06-14netfilter: defrag: remove one redundant atomic opsShan Wei1-2/+1
2010-06-14netfilter: kill redundant check code in which setting ip_summed valueShan Wei2-6/+2
2010-06-14netfilter: nfnetlink_log: RCU conversion, part 2Eric Dumazet1-6/+12
2010-06-13net: rxhash already set in __copy_skb_headerEric Dumazet1-1/+0
2010-06-13net: fix deliver_no_wcard regression on loopback deviceJohn Fastabend1-0/+1
2010-06-12irttp: Print device parameters and statistics as unsignedBen Hutchings1-7/+7
2010-06-12net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings4-23/+27
2010-06-11pktgen: increasing transmission granularityDaniel Turull1-4/+38
2010-06-11econet: fix lockingEric Dumazet1-9/+18
2010-06-11pkt_sched: gen_kill_estimator() rcu fixesEric Dumazet4-3/+33
2010-06-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller10-22/+80
2010-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller28-477/+1520
2010-06-10net-next: remove useless union keywordChangli Gao44-683/+674
2010-06-10pktgen: Fix accuracy of inter-packet delay.Daniel Turull1-1/+1
2010-06-10pkt_sched: gen_estimator: add a new lockEric Dumazet1-3/+12
2010-06-10ip: ip_ra_control() rcu fixEric Dumazet1-4/+15
2010-06-10net: deliver skbs on inactive slaves to exact matchesJohn Fastabend2-5/+16
2010-06-09ipv6: fix ICMP6_MIB_OUTERRORSEric Dumazet1-2/+2
2010-06-09ipv6: mcast: RCU conversionsEric Dumazet1-96/+87
2010-06-09icmp: RCU conversion in icmp_address_reply()Eric Dumazet1-7/+5
2010-06-09Merge branch 'num_rx_queues' of git://kernel.ubuntu.com/rtg/net-2.6David S. Miller1-5/+3
2010-06-09caif: fix a couple range checksDan Carpenter2-2/+2
2010-06-09phonet: use call_rcu for phonet device freeJiri Pirko1-4/+11
2010-06-09net: Print num_rx_queues imbalance warning only when there are allocated queuesTim Gardner1-5/+3
2010-06-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller3-10/+87
2010-06-09netfilter: nfnetlink_log: RCU conversionEric Dumazet1-22/+27
2010-06-09netfilter: nfnetlink_queue: some optimizationsEric Dumazet1-19/+14
2010-06-09netfilter: ip6_queue: rwlock to spinlock conversionEric Dumazet1-32/+25
2010-06-09netfilter: ip_queue: rwlock to spinlock conversionEric Dumazet1-32/+25
2010-06-09netfilter: xt_sctp: use WORD_ROUND macro to calculate length of multiple of 4 bytesShan Wei1-1/+2