1. d598b16 sctp: Make sure we always return valid retransmit path by Vlad Yasevich · 15 years ago
  2. b99a4d5 sctp: cleanup: remove duplicate assignment by Dan Carpenter · 15 years ago
  3. 787a51a sctp: implement sctp association probing module by Wei Yongjun · 15 years ago
  4. ec7b951 sctp: use sctp_chunk_is_data macro to decide a chunk is data chunk by Shan Wei · 15 years ago
  5. fbdf501 sctp: Do no select unconfirmed transports for retransmissions by Vlad Yasevich · 15 years ago
  6. bc4f841 sctp: fix to retranmit at least one DATA chunk by Wei Yongjun · 15 years ago
  7. 6429d3d sctp: missing set src and dest port while lookup output route by Wei Yongjun · 15 years ago
  8. 52688d6 sctp: discard ABORT chunk with zero verification tag in COOKIE-WAIT state by Wei Yongjun · 15 years ago
  9. bd69b98 sctp: assure at least one T3-rtx timer is running if a FORWARD TSN is sent by Wei Yongjun · 15 years ago
  10. c17b02b sctp: send SHUTDOWN-ACK chunk back to the source. by Vlad Yasevich · 15 years ago
  11. a5f4cea sctp: Use correct address family in sctp_getsockopt_peer_addrs() by Vlad Yasevich · 15 years ago
  12. 83d7eb2 ipv6: cleanup: remove unneeded null check by Dan Carpenter · 15 years ago
  13. 4b02162 xfrm: potential uninitialized variable num_xfrms by Changli Gao · 15 years ago
  14. 767dd03 net: speedup sock_recv_ts_and_drops() by Eric Dumazet · 15 years ago
  15. 2185126 cdc_ether: Identify MBM devices by GUID in MDLM descriptor by Jonas Sjöquist · 15 years ago
  16. 81a2e36 forcedeth: Stay in NAPI as long as there's work by stephen hemminger · 15 years ago
  17. f84af32 net: ip_queue_rcv_skb() helper by Eric Dumazet · 15 years ago
  18. 4b0b72f net: speedup udp receive path by Eric Dumazet · 15 years ago
  19. cfc1fbb igb: Clean up left over prototype of igb_get_hw_dev_name() by Emil Tantilov · 15 years ago
  20. 28b4c3b wireless: Fix merge. by Hauke Mehrtens · 15 years ago
  21. 2c48520 Bugfix: Link selection was swapped in switch. by Sjur Braendeland · 15 years ago
  22. 8391c4a caif: Bugfixes in CAIF netdevice for close and flow control by Sjur Braendeland · 15 years ago
  23. bece7b2 caif: Rewritten socket implementation by Sjur Braendeland · 15 years ago
  24. 8d545c8 caif: Disconnect without waiting for response by Sjur Braendeland · 15 years ago
  25. 5b20865 caif: Add reference counting to service layer by Sjur Braendeland · 15 years ago
  26. e539d83 caif: Rename functions in cfcnfg and caif_dev by Sjur Braendeland · 15 years ago
  27. d3f744e caif: Ldisc add permission check and mem-alloc error check by Sjur Braendeland · 15 years ago
  28. a4900ac sfc: Create multiple TX queues by Ben Hutchings · 15 years ago
  29. 5298c37 sfc: Test only the first pair of TX queues by Ben Hutchings · 15 years ago
  30. affaf48 sfc: Add Siena PHY BIST and cable diagnostic support by Steve Hodgson · 15 years ago
  31. c28884c sfc: Clean up efx_nic::irq_zero_count by Ben Hutchings · 15 years ago
  32. 3d07df1 sfc: Add necessary parentheses to macro definitions in net_driver.h by Ben Hutchings · 15 years ago
  33. fa236e1 sfc: Break NAPI processing after one ring-full of TX completions by Ben Hutchings · 15 years ago
  34. 3a59510 sfc: Set PERIODIC_NOEVENT flag for MC_CMD_MAC_STATS by Steve Hodgson · 15 years ago
  35. fbcfe8e sfc: Update MCDI protocol definitions by Ben Hutchings · 15 years ago
  36. d614cfb sfc: Enable IPv6 RSS using random key for Toeplitz hash by Ben Hutchings · 15 years ago
  37. 97e1eaa sfc: Read MEM_STAT for SRM_PERR as well as MEM_PERR errors by Steve Hodgson · 15 years ago
  38. b548a98 sfc: Log specific message for failure of NVRAM self-test by Ben Hutchings · 15 years ago
  39. 41b7e4c sfc: Extend the legacy interrupt workarounds by Steve Hodgson · 15 years ago
  40. b7b40ee sfc: Reconfigure the XAUI serdes after an EM reset by Steve Hodgson · 15 years ago
  41. ef524f2 sfc: Stop masking out XGMII faults over reconfigures by Steve Hodgson · 15 years ago
  42. 6369545 sfc: Handle serious errors in exactly one interrupt handler by Steve Hodgson · 15 years ago
  43. 00bbb4a sfc: Consistently report short MCDI responses as EIO by Ben Hutchings · 15 years ago
  44. b17424b sfc: Ignore parity errors in the other port's SRAM by Steve Hodgson · 15 years ago
  45. 7cd26ce sky2: use the DMA state API instead of the pci equivalents by FUJITA Tomonori · 15 years ago
  46. 214f1c8 bnx2x: Remove two prefetch() by Eric Dumazet · 15 years ago
  47. d5ffd75 ixgbe: disable MSI-X by default on certain Cisco adapters by Nicholas Nunley · 15 years ago
  48. afe0159 bridge: multicast_flood cleanup by stephen hemminger · 15 years ago
  49. 83f6a74 bridge: multicast port group RCU fix by stephen hemminger · 15 years ago
  50. 168d40e bridge: multicast flood by stephen hemminger · 15 years ago
  51. 7e80c12 bridge: simplify multicast_add_router by stephen hemminger · 15 years ago
  52. dcd79ae ixgbe: add registers etc. printout code just before resetting adapters by Taku Izumi · 15 years ago
  53. c97ec42 igb: add registers etc. printout code just before resetting adapters by Taku Izumi · 15 years ago
  54. 84f4ee9 e1000e: add registers etc. printout code just before resetting adapters by Taku Izumi · 15 years ago
  55. 675ad47 e1000: Use netdev_<level>, pr_<level> and dev_<level> by Emil Tantilov · 15 years ago
  56. 709b932 Revert "bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()" by David S. Miller · 15 years ago
  57. 2a1f879 ixgbevf: use DMA API instead of PCI DMA functions by Nick Nunley · 15 years ago
  58. 1b50773 ixgbe: use DMA API instead of PCI DMA functions by Nick Nunley · 15 years ago
  59. 47631f8 ixgb: use DMA API instead of PCI DMA functions by Nick Nunley · 15 years ago
  60. 123e9f1 igbvf: use DMA API instead of PCI DMA functions by Nick Nunley · 15 years ago
  61. 59d7198 igb: convert igb from using PCI DMA functions to using DMA API functions by Alexander Duyck · 15 years ago
  62. 0be3f55 e1000e: use DMA API instead of PCI DMA functions by Nick Nunley · 15 years ago
  63. b16f53b e1000: use DMA API instead of PCI DMA functions by Nick Nunley · 15 years ago
  64. ff65e82 bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router() by David S. Miller · 15 years ago
  65. 87b6cf5 cxgb4: set skb->rxhash by Dimitris Michailidis · 15 years ago
  66. 8cd9b13 net/sb1250: setup the pdevice within the soc code by Sebastian Andrzej Siewior · 15 years ago
  67. fa12abd net/sb1250: remove CONFIG_SIBYTE_STANDALONE by Sebastian Andrzej Siewior · 15 years ago
  68. 05fceb4 net: disallow to use net_assign_generic externally by Jiri Pirko · 15 years ago
  69. 47d54d6 cxgb4: increase serial number length by Dimitris Michailidis · 15 years ago
  70. 226ec5f cxgb4: parse the VPD instead of relying on a static VPD layout by Dimitris Michailidis · 15 years ago
  71. c377411 net: sk_add_backlog() take rmem_alloc into account by Eric Dumazet · 15 years ago
  72. 6e7676c net: batch skb dequeueing from softnet input_pkt_queue by Changli Gao · 15 years ago
  73. c58dc01 net: Make RFS socket operations not be inet specific. by David S. Miller · 15 years ago
  74. c4ee6a5 ixgbe: Properly display 1 gig downshift warning for backplane by Anjali Singhai · 15 years ago
  75. 1c4f0ef ixgbe: cleanup ethtool autoneg input by Don Skidmore · 15 years ago
  76. 3203df0 ixgbevf: Fix link speed display by Greg Rose · 15 years ago
  77. a9cbd58 net: reimplement softnet_data.output_queue as a FIFO queue by Changli Gao · 15 years ago
  78. bb61187 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/ipmr-2.6 by David S. Miller · 15 years ago
  79. d328bc8 ixgb: Use pr_<level> and netdev_<level> by Joe Perches · 15 years ago
  80. c0dfb90 ixgbe: ixgbe_down needs to stop dev_watchdog by John Fastabend · 15 years ago
  81. ff846f5 igb: add support for reporting 5GT/s during probe on PCIe Gen2 by Alexander Duyck · 15 years ago
  82. ef02119 ixgbe: fix bug when EITR=0 causing no writebacks by Jesse Brandeburg · 15 years ago
  83. f8d1dca ixgbe: enable extremely low latency by Jesse Brandeburg · 15 years ago
  84. ec857fd igbvf: double increment nr_frags by Koki Sanagi · 15 years ago
  85. aa91340 igb: double increment nr_frags by Koki Sanagi · 15 years ago
  86. 0b53ff2 net: fix a lockdep rcu warning in __sk_dst_set() by Eric Dumazet · 15 years ago
  87. 18f9f13 rps: inet_rps_save_rxhash() argument is not const by Eric Dumazet · 15 years ago
  88. 6c37e5d TCP: avoid to send keepalive probes if receiving data by Flavio Leitner · 15 years ago
  89. dcdca2c bridge: multicast router list manipulation by stephen hemminger · 15 years ago
  90. 7180f77 bridge: use is_multicast_ether_addr by stephen hemminger · 15 years ago
  91. e1703b36 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  92. 7ec75c5 net: suppress RCU lockdep false positive in twsk_net() by Paul E. McKenney · 15 years ago
  93. e95ef5d cxgb3: Wait longer for control packets on initialization by Andre Detsch · 15 years ago
  94. 6f461f6 e1000e: enable/disable ASPM L0s and L1 and ERT according to hardware errata by Bruce Allan · 15 years ago
  95. 61fac74 ixgbe: Power down PHY during driver resets by Peter Waskiewicz · 15 years ago
  96. d4c4f07 bridge: Fix build of ipv6 multicast code. by David S. Miller · 15 years ago
  97. 908ba2b r8169: more broken register writes workaround by françois romieu · 15 years ago
  98. 87aeec7 r8169: failure to enable mwi should not be fatal by françois romieu · 15 years ago
  99. 1fafc7a bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  100. 4eb8b90 bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago