aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-15netpoll: Use correct primitives for RCU dereferencingHerbert Xu1-2/+2
2010-06-15bridge: Add const to dummy br_netpoll_send_skbHerbert Xu1-1/+1
2010-06-15net: NET_SKB_PAD should depend on L1_CACHE_BYTESEric Dumazet3-9/+5
2010-06-15ipfrag : frag_kfree_skb() cleanupEric Dumazet2-11/+5
2010-06-15ip_frag: Remove some atomic opsEric Dumazet2-4/+2
2010-06-15ipv6: syncookies: do not skip ->iif initializationFlorian Westphal1-6/+7
2010-06-15net: Fix error in comment on net_device_ops::ndo_get_statsBen Hutchings1-1/+1
2010-06-15netdev:bfin_mac: reclaim and free tx skb as soon as possible after transferSonic Zhang2-43/+85
2010-06-15inetpeer: RCU conversionEric Dumazet2-69/+96
2010-06-15cnic: Fix cnic_cm_abort() error handling.Michael Chan1-11/+18
2010-06-15cnic: Refactor and fix cnic_ready_to_close().Michael Chan1-16/+10
2010-06-15cnic: Refactor code in cnic_cm_process_kcqe().Michael Chan1-6/+9
2010-06-15cnic: Return error code in cnic_cm_close() if unsuccessful.Michael Chan1-0/+2
2010-06-15ixgbe: update set_rx_mode to fix issues w/ macvlanAlexander Duyck3-26/+79
2010-06-15tcp: unify tcp flag macrosChangli Gao6-71/+58
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko20-50/+71
2010-06-15macvlan: use rx_handler_data pointer to store macvlan_port pointer V2Jiri Pirko3-14/+17
2010-06-15net: add rx_handler data pointerJiri Pirko4-4/+10
2010-06-15bridge: Fix netpoll supportHerbert Xu4-84/+120
2010-06-15netpoll: Add netpoll_tx_runningHerbert Xu1-0/+9
2010-06-15netpoll: Allow netpoll_setup/cleanup recursionHerbert Xu2-79/+99
2010-06-15netpoll: Add ndo_netpoll_setupHerbert Xu2-0/+12
2010-06-15netpoll: Add locking for netpoll_setup/cleanupHerbert Xu1-75/+76
2010-06-15netpoll: Fix RCU usageHerbert Xu2-13/+20
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-15netfilter: xtables: idletimer target implementationLuciano Coelho5-0/+373
2010-06-15netfilter: CLUSTERIP: RCU conversionEric Dumazet1-19/+29
2010-06-14bnx2x: Fix link problem with some DACsYaniv Rosner1-3/+5
2010-06-14inetpeer: various changesEric Dumazet1-38/+56
2010-06-14loopback: Implement 64bit stats on 32bit archesEric Dumazet1-10/+51
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-14ethtool: Revert incorrect indentation changesBen Hutchings1-20/+20
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 Dumazet2-6/+13
2010-06-13ixgbe: fix automatic LRO/RSC settings for low latencyAndy Gospodarek1-29/+8
2010-06-13e1000: Fix message logging defectJoe Perches1-9/+8
2010-06-13ixgbe: fix for race with 8259(8|9) during shutdownDon Skidmore1-0/+4
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-12usbnet: Print device statistics as unsignedBen Hutchings1-1/+1
2010-06-12sfc: Implement 64-bit net device statistics on all architecturesBen Hutchings1-3/+3
2010-06-12net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings7-67/+90
2010-06-12ucc_geth driver: add ioctlSergey Matyukevich1-0/+14
2010-06-12enic: fix pci_alloc_consistent argumentRandy Dunlap1-1/+1
2010-06-11pktgen: increasing transmission granularityDaniel Turull2-4/+43