1. 64c2723 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  2. 77a9939 phy/at8031: enable at8031 to work on interrupt mode by Zhao Qiang · 10 years ago
  3. 437de07 ipv6: fix checkpatch errors of "foo*" and "foo * bar" by Wang Yufen · 10 years ago
  4. 49e253e ipv6: fix checkpatch errors of brace and trailing statements by Wang Yufen · 10 years ago
  5. 8db46f1 ipv6: fix checkpatch errors comments and space by Wang Yufen · 10 years ago
  6. 587daaf Merge branch 'netpoll-next' by David S. Miller · 10 years ago
  7. 5efeac4 netpoll: Respect NETIF_F_LLTX by Eric W. Biederman · 10 years ago
  8. 080b3c1 netpoll: Remove strong unnecessary assumptions about skbs by Eric W. Biederman · 10 years ago
  9. 66b5552 netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enable by Eric W. Biederman · 10 years ago
  10. 3f4df20 netpoll: Move rx enable/disable into __dev_close_many by Eric W. Biederman · 10 years ago
  11. 944e294 netpoll: Only call ndo_start_xmit from a single place by Eric W. Biederman · 10 years ago
  12. a8779ec netpoll: Remove gfp parameter from __netpoll_setup by Eric W. Biederman · 10 years ago
  13. 3f705f7 Merge branch 'skb_cow_head' by David S. Miller · 10 years ago
  14. b06626b wimax/i2400m: remove open-coded skb_cow_head. by françois romieu · 10 years ago
  15. 105dcb5 tg3: remove open-coded skb_cow_head. by françois romieu · 10 years ago
  16. b13a8a9 bna: remove open-coded skb_cow_head. by françois romieu · 10 years ago
  17. bb9689e qlge: remove open-coded skb_cow_head. by françois romieu · 10 years ago
  18. ba4e6d1 jme: remove open-coded skb_cow_head. by françois romieu · 10 years ago
  19. d8e4435 atl1e: remove open-coded skb_cow_head. by françois romieu · 10 years ago
  20. 0f5c113 atl1c: remove open-coded skb_cow_head. by françois romieu · 10 years ago
  21. 4067cab atl1: remove open-coded skb_cow_head. by françois romieu · 10 years ago
  22. c3f0dd3 net: mvneta: use devm_ioremap_resource() instead of of_iomap() by Thomas Petazzoni · 10 years ago
  23. 49d8137 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  24. 5f2feca Merge branch 'vlan_offloads' by David S. Miller · 10 years ago
  25. 2adb956 vlan: Warn the user if lowerdev has bad vlan features. by Vlad Yasevich · 10 years ago
  26. 3f8c707 veth: Turn off vlan rx acceleration in vlan_features by Vlad Yasevich · 10 years ago
  27. 8dd6e14 ifb: Remove vlan acceleration from vlan_features by Vlad Yasevich · 10 years ago
  28. f6d1ac4 qlge: Do not propaged vlan tag offloads to vlans by Vlad Yasevich · 10 years ago
  29. fc92f74 bridge: Fix crash with vlan filtering and tcpdump by Vlad Yasevich · 10 years ago
  30. 53d6471 net: Account for all vlan headers in skb_mac_gso_segment by Vlad Yasevich · 10 years ago
  31. 898602a MAINTAINERS: bonding: change email address by Veaceslav Falico · 10 years ago
  32. 79b3075 MAINTAINERS: bonding: change email address by Jay Vosburgh · 10 years ago
  33. bc53267 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 10 years ago
  34. 825600c x86: fix boot on uniprocessor systems by Artem Fetishev · 10 years ago
  35. d906074 ocfs2: check if cluster name exists before deref by Sasha Levin · 10 years ago
  36. c15b1cc ipv6: move DAD and addrconf_verify processing to workqueue by Hannes Frederic Sowa · 10 years ago
  37. 015f068 net: net: add a core netdev->tx_dropped counter by Eric Dumazet · 10 years ago
  38. 4327950 packet: respect devices with LLTX flag in direct xmit by Daniel Borkmann · 10 years ago
  39. b7d47ca net: nlmon: flag nlmon devs with LLTX/SG by Daniel Borkmann · 10 years ago
  40. e2a1d3e tcp: fix get_timewait4_sock() delay computation on 64bit by Eric Dumazet · 10 years ago
  41. 4f647e0 openvswitch: fix a possible deadlock and lockdep warning by Flavio Leitner · 10 years ago
  42. 63ea7dc cxgb4vf: Adds device Id for few more Chelsio adapters by Hariprasad Shenai · 10 years ago
  43. 0183aa6 cxgb4: Adds device ID for few more Chelsio Adapters by Hariprasad Shenai · 10 years ago
  44. 99b192d bridge: Fix handling stacked vlan tags by Toshiaki Makita · 10 years ago
  45. 12464bb bridge: Fix inabillity to retrieve vlan tags when tx offload is disabled by Toshiaki Makita · 10 years ago
  46. 5256d7e Merge branch 'mlx4_vxlan' by David S. Miller · 10 years ago
  47. 1b136de net/mlx4: Implement vxlan ndo calls by Or Gerlitz · 10 years ago
  48. d18f141 mlx4: Add support for CONFIG_DEV command by Or Gerlitz · 10 years ago
  49. b747579 net/mlx4: USe one wrapper that returns -EPERM by Or Gerlitz · 10 years ago
  50. dae98ca bnx2x: Fix possible memory leak on iov error flow by Yuval Mintz · 10 years ago
  51. a39ee44 vhost: validate vhost_get_vq_desc return value by Michael S. Tsirkin · 10 years ago
  52. d8316f3 vhost: fix total length when packets are too short by Michael S. Tsirkin · 10 years ago
  53. 05efa8c random32: avoid attempt to late reseed if in the middle of seeding by Sasha Levin · 10 years ago
  54. 2946369 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  55. 335a67d random32: assign to network folks in MAINTAINERS by Sasha Levin · 10 years ago
  56. b5893a0 sh_eth: ensure pm_runtime cannot suspend the device during init by Ben Dooks · 10 years ago
  57. 801d233 net: stmmac: Add SOCFPGA glue driver by Dinh Nguyen · 10 years ago
  58. bfd2793 RDMA/cxgb4: set error code on kmalloc() failure by Yann Droneaud · 10 years ago
  59. f3c9ec0 Merge branch 'tipc-next' by David S. Miller · 10 years ago
  60. 1647011 tipc: make discovery domain a bearer attribute by Erik Hugne · 10 years ago
  61. a21a584 tipc: fix neighbor detection problem after hw address change by Erik Hugne · 10 years ago
  62. c8c3d7e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 10 years ago
  63. 2405e8f net: sxgbe: fix potential null dereference by Byungho An · 10 years ago
  64. 40b92ca net: sxgbe: fix sparse warnings about static declaration by Byungho An · 10 years ago
  65. 1d78472 Merge branch 'be2net-next' by David S. Miller · 10 years ago
  66. c9c4714 be2net: csum, tso and rss steering offload support for VxLAN by Sathya Perla · 10 years ago
  67. a401801 be2net: add FW cmds needed for VxLAN offloads by Sathya Perla · 10 years ago
  68. 1fac1fa Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  69. 350bb4b Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  70. 8125043 Merge tag 'stable/for-linus-3.14-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  71. 8a0435d Input: synaptics - add manual min/max quirk for ThinkPad X240 by Hans de Goede · 10 years ago
  72. 421e08c Input: synaptics - add manual min/max quirk by Benjamin Tissoires · 10 years ago
  73. ed4420a igb: fix race conditions on queuing skb for HW time stamp by Jakub Kicinski · 10 years ago
  74. afc835d igb: never generate both software and hardware timestamps by Jakub Kicinski · 10 years ago
  75. 201b54b e1000e: remove redundant if clause from PTP work by Jakub Kicinski · 10 years ago
  76. 59c871c e1000e: add timeout for TX HW time stamping work by Jakub Kicinski · 10 years ago
  77. 13c2884 i40e: Use DEBUG_FD message level for an FD message by Anjali Singhai Jain · 10 years ago
  78. c2e1b59 i40e/i40evf: Add an FD message level by Anjali Singhai Jain · 10 years ago
  79. ca04657 i40e: check for netdev before debugfs use by Shannon Nelson · 10 years ago
  80. c550360 i40evf: remove double space after return by Jesse Brandeburg · 10 years ago
  81. 35a91fd i40e: Add functionality for FD SB to drop packets by Anjali Singhai Jain · 10 years ago
  82. 1eaa384 i40e: Cleanup in FDIR SB ethtool code by Anjali Singhai Jain · 10 years ago
  83. 4eb3f76 i40e: eeprom integrity check on load and empr by Shannon Nelson · 10 years ago
  84. 90e0407 i40e: Make the alloc and free queue vector calls orthogonal by Greg Rose · 10 years ago
  85. 3526d80 i40evf: fix oops in watchdog handler by Mitch Williams · 10 years ago
  86. ce80678 i40e: Delete ATR filter on RST by Anjali Singhai Jain · 10 years ago
  87. e125003 Merge branch 'mdio_reset-next' by David S. Miller · 10 years ago
  88. 604fdf4 Documentation: networking: phy.txt: MDIO bus reset is optional by Florian Fainelli · 10 years ago
  89. 3eecc94 bfin_mac: remove empty MDIO bus reset function by Florian Fainelli · 10 years ago
  90. 42cb7a2 r6040: remove empty MDIO bus reset function by Florian Fainelli · 10 years ago
  91. aa7e0ed net: ftgmac100: remove empty MDIO bus reset function by Florian Fainelli · 10 years ago
  92. fe1ee45 net: sun4i: remove empty MDIO bus reset function by Florian Fainelli · 10 years ago
  93. 33c0431 net: emaclite: remove empty MDIO bus reset function by Florian Fainelli · 10 years ago
  94. ca7efe8 net: mvmdio: remove empty MDIO bus reset function by Florian Fainelli · 10 years ago
  95. 5cab273 fs_enet: remove empty MDIO bus function by Florian Fainelli · 10 years ago
  96. fe29bd8 fec: remove empty MDIO bus function by Florian Fainelli · 10 years ago
  97. 6da4dc6 net: ethoc: remove empty MDIO bus function by Florian Fainelli · 10 years ago
  98. 89e158f dnet: remove empty MDIO bus reset function by Florian Fainelli · 10 years ago
  99. 5b31f22 macb: remove empty MDIO bus reset function by Florian Fainelli · 10 years ago
  100. 7427440 tg3: remove empty MDIO bus reset function by Florian Fainelli · 10 years ago