summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-27ixgbevf: Fix link speed displayGreg Rose
2010-04-27net: reimplement softnet_data.output_queue as a FIFO queueChangli Gao
2010-04-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-04-27ixgb: Use pr_<level> and netdev_<level>Joe Perches
2010-04-27ixgbe: ixgbe_down needs to stop dev_watchdogJohn Fastabend
2010-04-27igb: add support for reporting 5GT/s during probe on PCIe Gen2Alexander Duyck
2010-04-27ixgbe: fix bug when EITR=0 causing no writebacksJesse Brandeburg
2010-04-27ixgbe: enable extremely low latencyJesse Brandeburg
2010-04-27igbvf: double increment nr_fragsKoki Sanagi
2010-04-27igb: double increment nr_fragsKoki Sanagi
2010-04-27net: fix a lockdep rcu warning in __sk_dst_set()Eric Dumazet
2010-04-27rps: inet_rps_save_rxhash() argument is not constEric Dumazet
2010-04-27TCP: avoid to send keepalive probes if receiving dataFlavio Leitner
2010-04-27bridge: multicast router list manipulationstephen hemminger
2010-04-27bridge: use is_multicast_ether_addrstephen hemminger
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-27net: suppress RCU lockdep false positive in twsk_net()Paul E. McKenney
2010-04-27cxgb3: Wait longer for control packets on initializationAndre Detsch
2010-04-27e1000e: enable/disable ASPM L0s and L1 and ERT according to hardware errataBruce Allan
2010-04-27ixgbe: Power down PHY during driver resetsPeter Waskiewicz
2010-04-27bridge: Fix build of ipv6 multicast code.David S. Miller
2010-04-26r8169: more broken register writes workaroundfrançois romieu
2010-04-26r8169: failure to enable mwi should not be fatalfrançois romieu
2010-04-26bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only.YOSHIFUJI Hideaki / 吉藤英明
2010-04-26bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only.YOSHIFUJI Hideaki / 吉藤英明
2010-04-26ieee802154: Fix oops during ieee802154_sock_ioctlStefan Schmidt
2010-04-26net: use sk_sleep()Eric Dumazet
2010-04-26pppoe: use pppoe_pernet instead of directly net_genericJiri Pirko
2010-04-26phonet: use phonet_pernet instead of directly net_genericJiri Pirko
2010-04-26tg3: Fix INTx fallback when MSI failsAndre Detsch
2010-04-26net: ipmr: add support for dumping routing tables over netlinkPatrick McHardy
2010-04-26net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy
2010-04-26net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy
2010-04-25ipv6: Fix inet6_csk_bind_conflict()Eric Dumazet
2010-04-25netns: rename unregister_pernet_subsys parameterJiri Pirko
2010-04-25rps: optimize rps_get_cpu()Changli Gao
2010-04-25e100: Fix the TX workqueue raceAlan Cox
2010-04-25sky2: add support for receive hashingStephen Hemminger
2010-04-24Merge branch 'net-next-2.6_20100423a/br/br_multicast_v3' of git://git.linux-i...David S. Miller
2010-04-24IPv6: Complete IPV6_DONTFRAG supportBrian Haley
2010-04-24IPv6: Add dontfrag argument to relevant functionsBrian Haley
2010-04-24IPv6: data structure changes for new socket optionsBrian Haley
2010-04-23l2tp_eth: fix memory allocationJiri Pirko
2010-04-23l2tp: fix memory allocationJiri Pirko
2010-04-23gianfar: Fix potential oops during OF address translationAnton Vorontsov
2010-04-23fsl_pq_mdio: Fix kernel oops during OF address translationAnton Vorontsov
2010-04-23Merge branch 'master' into for-davemJohn W. Linville
2010-04-23bnx2x: add support for receive hashingTom Herbert
2010-04-23bridge br_multicast: IPv6 MLD support.YOSHIFUJI Hideaki
2010-04-23bridge br_multicast: Make functions less ipv4 dependent.YOSHIFUJI Hideaki