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