1. 6ecd09d net: ftgmac100/ftmac100: dont pull too much data by Eric Dumazet · 12 years ago
  2. db8dacf net: qmi_wwan: add ZTE MF821D by Bjørn Mork · 12 years ago
  3. 1181412 net/ipv4: VTI support new module for ip_vti. by Saurabh · 12 years ago
  4. eb8637c net/ipv4: VTI support rx-path hook in xfrm4_mode_tunnel. by Saurabh · 12 years ago
  5. fcc24db asix: Fix return value in AX88172A driver bind function by Christian Riesch · 12 years ago
  6. e371589 tcp: refine SYN handling in tcp_validate_incoming by Eric Dumazet · 12 years ago
  7. b6fe83e bonding: refine IFF_XMIT_DST_RELEASE capability by Eric Dumazet · 12 years ago
  8. 1817e83 net: qmi_wwan: make dynamic device IDs work by Bjørn Mork · 12 years ago
  9. eeda858 b44: add 64 bit stats by Kevin Groeneveld · 12 years ago
  10. 2e177a5 be2net: Ignore physical link async event for Lancer by Padmanabh Ratnakar · 12 years ago
  11. 0b13fb4 be2net: Fix VF driver load for Lancer by Padmanabh Ratnakar · 12 years ago
  12. c3fe065 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  13. 1c65296 Merge branch 'davem-next.r8169' of git://violet.fr.zoreil.com/romieu/linux by David S. Miller · 12 years ago
  14. 54399a7 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 12 years ago
  15. d3818c9 ipv6: fix inet6_csk_xmit() by Eric Dumazet · 12 years ago
  16. 908421f ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffix by Alexander Duyck · 13 years ago
  17. 671c0ad ixgbe: Cleanup logic for MRQC and MTQC configuration by Alexander Duyck · 13 years ago
  18. 4ae6373 ixgbe: Update the logic for ixgbe_cache_ring_dcb and DCB RSS configuration by Alexander Duyck · 13 years ago
  19. ac802f5 ixgbe: Move configuration of set_real_num_rx/tx_queues into open by Alexander Duyck · 12 years ago
  20. de3d5b9 ixgbe: Handle failures in the ixgbe_setup_rx/tx_resources calls by Alexander Duyck · 13 years ago
  21. befa2af ixgbe: Ping the VFs on link status change to trigger link change by Alexander Duyck · 13 years ago
  22. 82e316e r8169: verbose error message. by Francois Romieu · 12 years ago
  23. 3a83ad1 r8169: remove rtl_ocpdr_cond. by Hayes Wang · 12 years ago
  24. 5abf7f7 ipv4: fix rcu splat by Eric Dumazet · 12 years ago
  25. d3a25c9 ipv4: Fix nexthop exception hash computation. by David S. Miller · 12 years ago
  26. a6ff1a2 Merge branch 'nexthop_exceptions' by David S. Miller · 12 years ago
  27. bd2d083 team: add netpoll support by Jiri Pirko · 12 years ago
  28. 30fdd8a0 netpoll: move np->dev and np->dev_name init into __netpoll_setup() by Jiri Pirko · 12 years ago
  29. 4895c77 ipv4: Add FIB nexthop exceptions. by David S. Miller · 12 years ago
  30. c2dbab3 sfc: Correct some comments on enum reset_type by Ben Hutchings · 13 years ago
  31. b7f514a sfc: Fix interface statistics running backward by Ben Hutchings · 13 years ago
  32. d4f2cec sfc: Disable VF queues during register self-test by Ben Hutchings · 13 years ago
  33. 0f1e54a sfc: Explain why efx_mcdi_exit_assertion() ignores result of efx_mcdi_rpc() by Ben Hutchings · 13 years ago
  34. e3ed2bd sfc: Use dev_kfree_skb() in efx_end_loopback() by Ben Hutchings · 13 years ago
  35. a4ed2d4 sfc: Use strlcpy() to copy ethtool stats names by Ben Hutchings · 13 years ago
  36. f7cbb16 sfc: Stop changing header offsets on TX by Ben Hutchings · 13 years ago
  37. e718905 sfc: Remove dead write to tso_state::packet_space by Ben Hutchings · 13 years ago
  38. 0e33d87 sfc: Use generic DMA API, not PCI-DMA API by Ben Hutchings · 13 years ago
  39. 62f8dc5 sfc: Work around bogus 'uninitialised variable' warning by Ben Hutchings · 13 years ago
  40. 0c24604 tcp: implement RFC 5961 4.2 by Eric Dumazet · 12 years ago
  41. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  42. 5f3600e ixgbevf: Use igb style interrupt masks instead of ixgbe style by Alexander Duyck · 13 years ago
  43. fa71ae2 ixgbevf: Move Tx clean-up into NAPI context by Alexander Duyck · 13 years ago
  44. 6b43c44 ixgbevf: Update q_vector to contain ring pointers instead of bitmaps by Alexander Duyck · 13 years ago
  45. 3595990 ixgbevf: Cleanup accounting for space needed at start of xmit_frame by Alexander Duyck · 13 years ago
  46. e2c28ce ixgbevf: Drop use of eitr_low and eitr_high for hard coded values by Alexander Duyck · 13 years ago
  47. 525a940 ixgbevf: Make use of NETIF_F_RXCSUM instead of keeping our own flag by Alexander Duyck · 13 years ago
  48. fd13a9a ixgbevf: Drop netdev_registered value since that is already stored in netdev by Alexander Duyck · 13 years ago
  49. 77d5dfc ixgbevf: Drop all dead or unnecessary code by Alexander Duyck · 13 years ago
  50. 282f23c tcp: implement RFC 5961 3.2 by Eric Dumazet · 12 years ago
  51. a858d64 ipv6: fix unappropriate errno returned for non-multicast address by Li Wei · 12 years ago
  52. c41e413 Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 12 years ago
  53. 7df2dc6 bnx2x: organize BDs calculation for stop/resume by Dmitry Kravkov · 13 years ago
  54. da78b79 can: softing: softing_main: ensure a consistent return value in error case by Julia Lawall · 12 years ago
  55. 0e84eb0 can: mpc5xxx_can: make data in mpc5xxx_can_probe const by Marc Kleine-Budde · 12 years ago
  56. dda0b3b can: flexcan: make flexcan_priv.devtype_data member point to const data by Marc Kleine-Budde · 12 years ago
  57. 16626b0 asix: Add a new driver for the AX88172A by Christian Riesch · 12 years ago
  58. 607740b asix: Factor out common code by Christian Riesch · 12 years ago
  59. b4cdae20 asix: Rename asix.c to asix_devices.c by Christian Riesch · 12 years ago
  60. 6ba6047 gigaset: silence GCC warning for unused 'format_ie' by Paul Bolle · 12 years ago
  61. f3c48ec drivers: connector: fixed coding style issues by Valentin Ilie · 12 years ago
  62. ad8c945 irda: Fix typo in irda by Masanari Iida · 12 years ago
  63. db28aaf sctp: fix sparse warning for sctp_init_cause_fixed by Ioan Orghici · 12 years ago
  64. efdfad3 bnx2: Try to recover from PCI block reset by Michael Chan · 12 years ago
  65. aed93e0 tg3: Add hwmon support for temperature by Michael Chan · 12 years ago
  66. cf8d55a tg3: Add APE scratchpad read function by Matt Carlson · 12 years ago
  67. b65a372 tg3: Add common function tg3_ape_event_lock() by Matt Carlson · 12 years ago
  68. 165f4d1 tg3: Fix the setting of the APE_HAS_NCSI flag by Michael Chan · 12 years ago
  69. 5a308f4 netem: refine early skb orphaning by Eric Dumazet · 12 years ago
  70. 7ff65cd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  71. ac1ae5f be2net: dont pull too much data in skb linear part by Eric Dumazet · 12 years ago
  72. d2ee62e be2net: update driver version by Padmanabh Ratnakar · 12 years ago
  73. 73dea39 be2net: Add description about various RSS hash types by Padmanabh Ratnakar · 12 years ago
  74. 036be6db bridge: Fix enforcement of multicast hash_max limit by Thomas Graf · 12 years ago
  75. 9c64508 net/mlx4_en: dereferencing freed memory by Dan Carpenter · 12 years ago
  76. 447458c net/mlx4: off by one in parse_trans_rule() by Dan Carpenter · 12 years ago
  77. f0396f60 ipv6: fix RTPROT_RA markup of RA routes w/nexthops by Denis Ovsienko · 12 years ago
  78. 1ce09e8 hyperv: Add support for setting MAC from within guests by Haiyang Zhang · 12 years ago
  79. 5e96855 6lowpan: Change byte order when storing/accessing to len field by Tony Cheneau · 12 years ago
  80. 4576039 6lowpan: Change byte order when storing/accessing u16 tag by Tony Cheneau · 12 years ago
  81. d4787a1 6lowpan: Fix null pointer dereference in UDP uncompression function by Tony Cheneau · 12 years ago
  82. 6e5928f arch: Use eth_random_addr by Joe Perches · 12 years ago
  83. 006c913 usb: Use eth_random_addr by Joe Perches · 12 years ago
  84. 1833611 s390: Use eth_random_addr by Joe Perches · 12 years ago
  85. 344dc8e drivers/net: Use eth_random_addr by Joe Perches · 12 years ago
  86. f4f7f414 wireless: Use eth_random_addr by Joe Perches · 12 years ago
  87. c7e12ea net: usb: Use eth_random_addr by Joe Perches · 12 years ago
  88. 7efd26d ethernet: Use eth_random_addr by Joe Perches · 12 years ago
  89. 0a4dd59 etherdevice: Rename random_ether_addr to eth_random_addr by Joe Perches · 12 years ago
  90. 07689b0 Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by David S. Miller · 12 years ago
  91. 51d7ccc net: make sock diag per-namespace by Andrey Vagin · 12 years ago
  92. cbc89c8 lpc_eth: remove duplicated include by Duan Jiong · 12 years ago
  93. a6df1ae tcp: add OFO snmp counters by Eric Dumazet · 12 years ago
  94. 02f3d4c sctp: Adjust PMTU updates to accomodate route invalidation. by David S. Miller · 12 years ago
  95. 35ad9b9 ipv6: Add helper inet6_csk_update_pmtu(). by David S. Miller · 12 years ago
  96. 80d0a69 ipv4: Add helper inet_csk_update_pmtu(). by David S. Miller · 12 years ago
  97. d411a93 ixgbe: Merge FCoE set_num and cache_ring calls into RSS/DCB config by Alexander Duyck · 13 years ago
  98. 800bd60 ixgbe: Add function for obtaining FCoE TC based on FCoE user priority by Alexander Duyck · 13 years ago
  99. 02debdc ixgbe: Populate the prio_tc_map in ixgbe_setup_tc by Alexander Duyck · 13 years ago
  100. df0676d ixgbe: Cleanup unpacking code for DCB by Alexander Duyck · 13 years ago