1. 15e2396 net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload by Tom Herbert · 10 years ago
  2. baa32ff net: Use more bit fields in napi_gro_cb by Tom Herbert · 10 years ago
  3. 6edec0e net: Clarify meaning of CHECKSUM_PARTIAL for receive path by Tom Herbert · 10 years ago
  4. 26c4f7d net: Fix remcsum in GRO path to not change packet by Tom Herbert · 10 years ago
  5. 93c1af6 net:rfs: adjust table size checking by Eric Dumazet · 10 years ago
  6. 567e4b7 net: rfs: add hash collision detection by Eric Dumazet · 10 years ago
  7. 61bd385 net/core: Add event for a change in slave state by Moni Shoua · 10 years ago
  8. dcdc899 net: add skb functions to process remote checksum offload by Tom Herbert · 10 years ago
  9. add511b bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellink by Roopa Prabhu · 10 years ago
  10. 7866a62 dev: add per net_device packet type chains by Salam Noureddine · 10 years ago
  11. 3f3558b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  12. 4ccce02 netdevice: Add missing parentheses in macro by Benjamin Poirier · 10 years ago
  13. a2b12f3 udp: pass udp_offload struct to UDP gro callbacks by Tom Herbert · 10 years ago
  14. 5d632cb net: Corrected the comment describing the ndo operations to reflect the actual prototype for couple of operations by B Viswanath · 10 years ago
  15. 5f35227 net: Generalize ndo_gso_check to ndo_features_check by Jesse Gross · 10 years ago
  16. 5933fea ipvlan: move the device check function into netdevice.h by Mahesh Bandewar · 10 years ago
  17. 2f33e7d netdevice: Add a function to check macvlan port by Mahesh Bandewar · 10 years ago
  18. 38dcf35 bridge: call netdev_sw_port_stp_update when bridge port STP status changes by Scott Feldman · 10 years ago
  19. 007f790 net: introduce generic switch devices support by Jiri Pirko · 10 years ago
  20. 02637fc net: rename netdev_phys_port_id to more generic name by Jiri Pirko · 10 years ago
  21. f6f6424 net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del by Jiri Pirko · 10 years ago
  22. 2ad7bf3 ipvlan: Initial check-in of the IPVLAN driver. by Mahesh Bandewar · 10 years ago
  23. 53b15ef Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  24. 960fb62 net: provide a per host RSS key generic infrastructure by Eric Dumazet · 10 years ago
  25. 09626e9 net: kill netif_copy_real_num_queues() by WANG Cong · 10 years ago
  26. 3b47d30 net: gro: add a per device gro flush timer by Eric Dumazet · 10 years ago
  27. 59b93b4 net: Remove MPLS GSO feature. by Pravin B Shelar · 10 years ago
  28. e585f23 udp: Changes to udp_offload to support remote checksum offload by Tom Herbert · 10 years ago
  29. 98a18b6 netdevice: add ieee802154_ptr to net_device by Alexander Aring · 10 years ago
  30. 4cdb1e2 net: shrink struct softnet_data by Eric Dumazet · 10 years ago
  31. bc9ad16 net: introduce napi_schedule_irqoff() by Eric Dumazet · 10 years ago
  32. 04ffcb2 net: Add ndo_gso_check by Tom Herbert · 10 years ago
  33. 5351145 net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpers by Eric Dumazet · 10 years ago
  34. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  35. fcbeb97 net: introduce netdevice gso_min_segs attribute by Eric Dumazet · 10 years ago
  36. efc98d0 fou: eliminate IPv4,v6 specific GRO functions by Tom Herbert · 10 years ago
  37. 55a93b3 qdisc: validate skb without holding lock by Eric Dumazet · 10 years ago
  38. 6ea754e net: Change netdev_<level> logging functions to return void by Joe Perches · 10 years ago
  39. 53e5039 net: Remove gso_send_check as an offload callback by Tom Herbert · 10 years ago
  40. afe9332 fou: Add GRO support by Tom Herbert · 10 years ago
  41. 5075314 dsa: Split ops up, and avoid assigning tag_protocol and receive separately by Alexander Duyck · 10 years ago
  42. 3fc8867 netdevice: Support DSA tagging when DSA is built as a module by Alexander Duyck · 10 years ago
  43. 6c55549 ipv6: drop useless rcu_read_lock() in anycast by WANG Cong · 10 years ago
  44. 46e5da4 net: qdisc: use rcu prefix and silence sparse warnings by John Fastabend · 10 years ago
  45. eb84d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  46. e793c0f net: treewide: Fix typo found in DocBook/networking.xml by Masanari Iida · 10 years ago
  47. d96535a net: Infrastructure for checksum unnecessary conversions by Tom Herbert · 10 years ago
  48. 5a21232 net: Support for csum_bad in skbuff by Tom Herbert · 10 years ago
  49. ce93718 net: Don't keep around original SKB when we software segment GSO frames. by David S. Miller · 10 years ago
  50. 50cbe9a net: Validate xmit SKBs right when we pull them out of the qdisc. by David S. Miller · 10 years ago
  51. fa2dbdc net: Pass a "more" indication down into netdev_start_xmit() code paths. by David S. Miller · 10 years ago
  52. 10b3ad8 net: Do txq_trans_update() in netdev_start_xmit() by David S. Miller · 10 years ago
  53. 662880f net: Allow GRO to use and set levels of checksum unnecessary by Tom Herbert · 10 years ago
  54. 10c51b5623 net: add skb_get_tx_queue() helper by Daniel Borkmann · 10 years ago
  55. 5aed85c net: dsa: allow switches to work without tagging by Florian Fainelli · 10 years ago
  56. 3e8a72d net: dsa: reduce number of protocol hooks by Florian Fainelli · 10 years ago
  57. 0b725a2 net: Remove ndo_xmit_flush netdev operation, use signalling instead. by David S. Miller · 10 years ago
  58. 4798248 net: Add ops->ndo_xmit_flush() by David S. Miller · 10 years ago
  59. 573e8fc net: skb_gro_checksum_* functions by Tom Herbert · 10 years ago
  60. d4261e5 bonding: create netlink event when bonding option is changed by Jiri Pirko · 10 years ago
  61. 536721b net: kernel-doc compliant documentation for net_device by Karoly Kemeny · 10 years ago
  62. ccc7f49 net: print net_device reg_state in netdev_* unless it's registered by Veaceslav Falico · 10 years ago
  63. c6f854d net: use dev->name in netdev_pr* when it's available by Veaceslav Falico · 10 years ago
  64. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  65. 685343f net: add name_assign_type netdev attribute by Tom Gundersen · 10 years ago
  66. 5d5eacb bridge: fdb dumping takes a filter device by Jamal Hadi Salim · 10 years ago
  67. 0e00161 net: Call skb_get_hash in get_xps_queue and __skb_tx_hash by Tom Herbert · 10 years ago
  68. 4b28252 net: Fix GSO constants to match NETIF flags by Tom Herbert · 10 years ago
  69. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  70. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  71. 670e5b8 net: Add support for device specific address syncing by Alexander Duyck · 11 years ago
  72. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  73. ed61668 net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate through ip tool. by Sucheta Chakraborty · 11 years ago
  74. da08143 vlan: more careful checksum features handling by Michal Kubeček · 11 years ago
  75. 44a4085 bonding: Fix stacked device detection in arp monitoring by Vlad Yasevich · 11 years ago
  76. 25175ba net: Allow for more then a single subclass for netif_addr_lock by Vlad Yasevich · 11 years ago
  77. 4085ebe net: Find the nesting level of a given device by type. by Vlad Yasevich · 11 years ago
  78. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 11 years ago
  79. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  80. c1e756b Revert "net: core: introduce netif_skb_dev_features" by Florian Westphal · 11 years ago
  81. a0265d2 net: Add __dev_forward_skb by Herbert Xu · 11 years ago
  82. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
  83. 8e2f1a6 packet: fix packet_direct_xmit for BQL enabled drivers by Daniel Borkmann · 11 years ago
  84. a50e233 net-gro: restore frag0 optimization by Eric Dumazet · 11 years ago
  85. 2d3b479 net-sysfs: expose number of carrier on/off changes by david decotigny · 11 years ago
  86. 339e022 net: export NET_ADDR_* values to user-space API by Florian Fainelli · 11 years ago
  87. 1ee481f net: Allow modules to use is_skb_forwardable by Vlad Yasevich · 11 years ago
  88. 64c2723 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  89. 5efeac4 netpoll: Respect NETIF_F_LLTX by Eric W. Biederman · 11 years ago
  90. a8779ec netpoll: Remove gfp parameter from __netpoll_setup by Eric W. Biederman · 11 years ago
  91. 53d6471 net: Account for all vlan headers in skb_mac_gso_segment by Vlad Yasevich · 11 years ago
  92. 015f068 net: net: add a core netdev->tx_dropped counter by Eric Dumazet · 11 years ago
  93. 9c62a68 netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP) by Eric W. Biederman · 11 years ago
  94. 693350c netdev: set __percpu attribute on netdev_alloc_pcpu_stats by stephen hemminger · 11 years ago
  95. 7aa9804 net: move net_device priv_flags out from UAPI by Luis R. Rodriguez · 11 years ago
  96. 3f85944 net: Add sysfs file for port number by Amir Vadai · 11 years ago
  97. 1e8d642 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  98. f8ff080 bonding: remove useless updating of slave->dev->last_rx by Veaceslav Falico · 11 years ago
  99. b9507bd netdevice: move netdev_cap_txqueue for shared usage to header by Daniel Borkmann · 11 years ago
  100. 99932d4 netdevice: add queue selection fallback handler for ndo_select_queue by Daniel Borkmann · 11 years ago