1. 04317da tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isn by Eric Dumazet · 10 years ago
  2. 2ba3894 Merge branch 'eth_get_headlen' by David S. Miller · 10 years ago
  3. 8496e338 ixgbe: use new eth_get_headlen interface by Alexander Duyck · 10 years ago
  4. 24cd23d igb: use new eth_get_headlen interface by Alexander Duyck · 10 years ago
  5. 56193d1 net: Add function for parsing the header length out of linear ethernet frames by Alexander Duyck · 10 years ago
  6. 2c048e6 Merge branch 'timestamping' by David S. Miller · 10 years ago
  7. 82eabd9 net: merge cases where sock_efree and sock_edemux are the same function by Alexander Duyck · 10 years ago
  8. 62bccb8 net-timestamp: Make the clone operation stand-alone from phy timestamping by Alexander Duyck · 10 years ago
  9. 37846ef net-timestamp: Merge shared code between phy and regular timestamping by Alexander Duyck · 10 years ago
  10. d546c62 ipv4: harden fnhe_hashfun() by Eric Dumazet · 10 years ago
  11. 18a47e6 net-timestamp: fix allocation error in test by Willem de Bruijn · 10 years ago
  12. b1c8492 hyperv: NULL dereference on error by Dan Carpenter · 10 years ago
  13. a77f9a2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 10 years ago
  14. c2b32e5 net: ethernet: cpsw: improve interrupt lookup logic in cpsw_probe() by Daniel Mack · 10 years ago
  15. caa4152 ipv4: fix a race in update_or_create_fnhe() by Eric Dumazet · 10 years ago
  16. 29abe2f l2tp: fix missing line continuation by Andy Zhou · 10 years ago
  17. f35d2a5 Merge branch 'amd-xgbe-next' by David S. Miller · 10 years ago
  18. b73c798 amd-xgbe-phy: Checkpatch driver fixes by Lendacky, Thomas · 10 years ago
  19. a2ea14d amd-xgbe: Checkpatch driver fixes by Lendacky, Thomas · 10 years ago
  20. e6f0562 amd-xgbe-phy: Enhance parallel detection to support KR speed by Lendacky, Thomas · 10 years ago
  21. e3eec4e amd-xgbe-phy: Check device for current speed mode (KR/KX) by Lendacky, Thomas · 10 years ago
  22. e4cf0b7 Merge branch 'r8152-next' by David S. Miller · 10 years ago
  23. 179bb6d r8152: use eth_hw_addr_random by hayeswang · 10 years ago
  24. 8ba789a r8152: change the location of rtl8152_set_mac_address by hayeswang · 10 years ago
  25. b52b727 Merge branch 'rx_copybreak' by David S. Miller · 10 years ago
  26. d4ad30b enic: Add tunable_ops support for rx_copybreak by Govindarajulu Varadarajan · 10 years ago
  27. f0db9b0 ethtool: Add generic options for tunables by Govindarajulu Varadarajan · 10 years ago
  28. a03bb56 enic: implement rx_copybreak by Govindarajulu Varadarajan · 10 years ago
  29. e020836 dev_ioctl: remove dev_load() CAP_SYS_MODULE message by Daniel Borkmann · 10 years ago
  30. 60a3b22 net: bpf: make eBPF interpreter images read-only by Daniel Borkmann · 10 years ago
  31. 4a804c0 net: systemport: update UMAC_CMD only when link is detected by Florian Fainelli · 10 years ago
  32. a9fe8e2 ipv4: implement igmp_qrv sysctl to tune igmp robustness variable by Hannes Frederic Sowa · 10 years ago
  33. 2f71193 ipv6: add sysctl_mld_qrv to configure query robustness variable by Hannes Frederic Sowa · 10 years ago
  34. aac2f1b ixgbe: limit combined total of macvlan and SR-IOV VFs by Jacob Keller · 10 years ago
  35. eec6673 ixgbe: add comment noting recalculation of queues by Jacob Keller · 10 years ago
  36. b8a2ca1 ixgbevf: introduce delay for checking VFLINKS on 82599 by Emil Tantilov · 10 years ago
  37. 07923c1 ixgbe: reset interface on link loss with pending Tx work from the VF by Emil Tantilov · 10 years ago
  38. bcfd343 ixgbe: Cleanup FDB handling code by Alexander Duyck · 10 years ago
  39. c24817b i40e: use global pci_vfs_assigned() to replace local i40e_vfs_are_assigned() by Ethan Zhao · 10 years ago
  40. e966d5c i40e/i40evf: Bump i40e/i40evf versions by Catherine Sullivan · 10 years ago
  41. 32b5b81 i40e: fix panic due to too-early Tx queue enable by Jesse Brandeburg · 10 years ago
  42. a316f65 i40e: Fix an issue when PF reset fails by Anjali Singhai Jain · 10 years ago
  43. faf3297 i40e: make warning less verbose by Jesse Brandeburg · 10 years ago
  44. 9412851 i40e: Tell OS link is going down when calling set_phy_config by Catherine Sullivan · 10 years ago
  45. 356821a i40e: Remove unnecessary assignment by Serey Kong · 10 years ago
  46. e6d9004 i40e: Change wording to be more consistent by Serey Kong · 10 years ago
  47. c57e9f1 i40e: Allow user to change link settings if link is down by Catherine Sullivan · 10 years ago
  48. 124ed15 i40e: Add dual speed module support by Catherine Sullivan · 10 years ago
  49. b89df95 mlx4_en: Convert the normal skb free path to dev_consume_skb_any() by Rick Jones · 10 years ago
  50. 9400017 lib/rhashtable: allow user to set the minimum shifts of shrinking by Ying Xue · 10 years ago
  51. 1f59533 qdisc: validate frames going through the direct_xmit path by Jesper Dangaard Brouer · 10 years ago
  52. 3f3c7ee qdisc: exit case fixes for skb list handling in qdisc layer by Jesper Dangaard Brouer · 10 years ago
  53. 10770bc qdisc: adjustments for API allowing skb list xmits by Jesper Dangaard Brouer · 10 years ago
  54. 4a31498 ethernet: arc: remove unused dev by Jingoo Han · 10 years ago
  55. d46781b ethernet: nvidia: Remove extra parens by David Wood · 10 years ago
  56. 29fea20 Merge branch 'netdev_modified' by David S. Miller · 10 years ago
  57. ba99890 rtnl/do_setlink(): notify when a netdev is modified by Nicolas Dichtel · 10 years ago
  58. 90c325e rtnl/do_setlink(): last arg is now a set of flags by Nicolas Dichtel · 10 years ago
  59. 1889b0e rtnl/do_setlink(): set modified when IFLA_LINKMODE is updated by Nicolas Dichtel · 10 years ago
  60. 5d1180f rtnl/do_setlink(): set modified when IFLA_TXQLEN is updated by Nicolas Dichtel · 10 years ago
  61. 219c536 Merge branch 'be2net-next' by David S. Miller · 10 years ago
  62. a28277d be2net: query max_tx_qs for BE3 super-nic profile from FW by Suresh Reddy · 10 years ago
  63. a4906ea be2net: define macro for_all_tx_queues_on_eq() by Sathya Perla · 10 years ago
  64. c8f6461 be2net: get rid of TX budget by Sathya Perla · 10 years ago
  65. c5f156d be2net: make be_cmd_get_regs() return a status by Vasundhara Volam · 10 years ago
  66. 0d3f5cc be2net: define BE_MAX_MTU by Kalesh AP · 10 years ago
  67. 3fb8cb8 be2net: remove unncessary gotos by Kalesh AP · 10 years ago
  68. bb864e0 be2net: fix log messages in lancer FW download path by Kalesh AP · 10 years ago
  69. d3de154 be2net: Add a dma_mapping_error counter in ethtool by Vasundhara Volam · 10 years ago
  70. 512bb8a be2net: Add TX completion error statistics in ethtool by Kalesh AP · 10 years ago
  71. acbd6ff8 be2net: add a description for counter rx_input_fifo_overflow_drop by Sathya Perla · 10 years ago
  72. c3c18bc be2net: shorten AMAP_GET/SET_BITS() macro calls by Sathya Perla · 10 years ago
  73. acbafeb be2net: add a few log messages by Sathya Perla · 10 years ago
  74. 364a9e9 sock: deduplicate errqueue dequeue by Willem de Bruijn · 10 years ago
  75. 8fe2f76 net-timestamp: expand documentation by Willem de Bruijn · 10 years ago
  76. c5a6568 Merge branch 'csums-next' by David S. Miller · 10 years ago
  77. 72297c5 l2tp: Enable checksum unnecessary conversions for l2tp/UDP sockets by Tom Herbert · 10 years ago
  78. c60c308 vxlan: Enable checksum unnecessary conversions for vxlan/UDP sockets by Tom Herbert · 10 years ago
  79. 884d338 gre: Add support for checksum unnecessary conversions by Tom Herbert · 10 years ago
  80. 2abb7cd udp: Add support for doing checksum unnecessary conversion by Tom Herbert · 10 years ago
  81. d96535a net: Infrastructure for checksum unnecessary conversions by Tom Herbert · 10 years ago
  82. 5a21232 net: Support for csum_bad in skbuff by Tom Herbert · 10 years ago
  83. 52aec12 r8152: rename rx_buf_sz by hayeswang · 10 years ago
  84. 4559154 net: phy: mdio-bcm-unimac: NULL-terminate unimac_mdio_ids by Florian Fainelli · 10 years ago
  85. 61b7363 net: dsa: make dsa_pack_type static by Florian Fainelli · 10 years ago
  86. 0f23124a bonding: add slave_changelink support and use it for queue_id by Nikolay Aleksandrov · 10 years ago
  87. 688d194 tcp: whitespace fixes by stephen hemminger · 10 years ago
  88. d09d303 net: systemport: tell RXCHK if we are using Broadcom tags by Florian Fainelli · 10 years ago
  89. afb84b62 pktgen: add flag NO_TIMESTAMP to disable timestamping by Jesper Dangaard Brouer · 10 years ago
  90. 05f8461 bnx2x: fix tunneled GSO over IPv6 by Dmitry Kravkov · 10 years ago
  91. 55ef5c8 bnx2x: prevent incorrect byte-swap in BE by Dmitry Kravkov · 10 years ago
  92. a5325ae tipc: add name distributor resiliency queue by Erik Hugne · 10 years ago
  93. f4ad8a4 tipc: refactor name table updates out of named packet receive routine by Erik Hugne · 10 years ago
  94. 1764bcd r8152: reduce the number of Tx by hayeswang · 10 years ago
  95. 53fda7f Merge branch 'xmit_list' by David S. Miller · 10 years ago
  96. 8dcda22 net: xmit_list() becomes dev_hard_start_xmit(). by David S. Miller · 10 years ago
  97. ce93718 net: Don't keep around original SKB when we software segment GSO frames. by David S. Miller · 10 years ago
  98. 50cbe9a net: Validate xmit SKBs right when we pull them out of the qdisc. by David S. Miller · 10 years ago
  99. eae3f88 net: Separate out SKB validation logic from transmit path. by David S. Miller · 10 years ago
  100. 95f6b3d net: Have xmit_list() signal more==true when appropriate. by David S. Miller · 10 years ago