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