1. c3fd4d3 veth: set peer GSO values by Stephen Hemminger · 6 years ago
  2. 607fca9 net: veth: Set features for MPLS by David Ahern · 8 years ago
  3. c80fafb veth: sctp: add NETIF_F_SCTP_CRC to device features by Xin Long · 8 years ago
  4. 732912d7 veth: Update features to include all tunnel GSO types by Alexander Duyck · 8 years ago
  5. 163e529 veth: implement ndo_set_rx_headroom by Paolo Abeni · 8 years ago
  6. ce8c839 veth: don’t modify ip_summed; doing so treats packets with bad checksums as good. by Vijay Pandurangan · 8 years ago
  7. 02f01ec net: veth: enable noqueue operation by default by Phil Sutter · 9 years ago
  8. 1a04a82 veth: Don't segment multiple tagged packets on veth device by Toshiaki Makita · 9 years ago
  9. a45253b veth: set iflink to the peer veth by Nicolas Dichtel · 9 years ago
  10. e5f4e7b veth: advertise link netns via netlink by Nicolas Dichtel · 9 years ago
  11. 5517750 net: rtnetlink - make create_link take name_assign_type by Tom Gundersen · 10 years ago
  12. bb446c1 veth: add netpoll support by WANG Cong · 10 years ago
  13. 64c2723 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  14. 3f8c707 veth: Turn off vlan rx acceleration in vlan_features by Vlad Yasevich · 10 years ago
  15. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 10 years ago
  16. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  17. 8d0d21f veth: Fix vlan_features so as to be able to use stacked vlan interfaces by Toshiaki Makita · 10 years ago
  18. f7b1260 rtnl: make ifla_policy static by Jiri Pirko · 10 years ago
  19. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 10 years ago
  20. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  21. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  22. 82d8189 veth: extend features to support tunneling by Eric Dumazet · 11 years ago
  23. 5c70ef8 veth: allow to setup multicast address for veth device by Gao feng · 11 years ago
  24. b343ca8 Revert "veth: Showing peer of veth type dev in ip link (kernel side)" by David S. Miller · 11 years ago
  25. 612c337 veth: Showing peer of veth type dev in ip link (kernel side) by Masatake YAMATO · 11 years ago
  26. b69bbdd veth: add vlan features by Flavio Leitner · 11 years ago
  27. 3f8b963 veth: remove redundant call of dev_alloc_name by Hong zhi guo · 11 years ago
  28. 28d2b13 net: vlan: announce STAG offload capability in some drivers by Patrick McHardy · 11 years ago
  29. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  30. f45a5c2 veth: fix NULL dereference in veth_dellink() by Eric Dumazet · 11 years ago
  31. 2efd32e veth: fix a NULL deref in netif_carrier_off by Eric Dumazet · 11 years ago
  32. d0e2c55 veth: avoid a NULL deref in veth_stats_one by Eric Dumazet · 11 years ago
  33. 8093315 veth: extend device features by Eric Dumazet · 11 years ago
  34. 2681128 veth: reduce stat overhead by Eric Dumazet · 11 years ago
  35. c071356 rtnelink: remove unused parameter from rtnl_create_link(). by Rami Rosen · 11 years ago
  36. 23ea5a9 veth: allow changing the mac address while interface is up by Hannes Frederic Sowa · 12 years ago
  37. e6f8f1a veth: Allow to create peer link with given ifindex by Pavel Emelyanov · 12 years ago
  38. 32efe08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  39. f2cedb6 net: replace random_ether_addr() with eth_hw_addr_random() by Danny Kukawka · 12 years ago
  40. 2371143 veth: Enforce minimum size of VETH_INFO_PEER by Thomas Graf · 12 years ago
  41. 84b4050 Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers by Rick Jones · 13 years ago
  42. 34324dc net: remove NETIF_F_NO_CSUM feature bit by Michał Mirosław · 13 years ago
  43. 33a5ba1 net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routines by Rick Jones · 13 years ago
  44. 8ce120f net: better pcpu data alignment by Eric Dumazet · 13 years ago
  45. 9d9779e drivers/net: Add module.h to drivers who were implicitly using it by Paul Gortmaker · 13 years ago
  46. 550fd08 net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared by Neil Horman · 13 years ago
  47. 81b16ba veth: Kill unused tx_dropped by Eric Dumazet · 13 years ago
  48. 3600cda veth: Kill unused code label and code block. by David S. Miller · 13 years ago
  49. f82528b Exclude duplicated checking for iface-up. This flags is checked in 'is_skb_forwardable' function, which is subroutine of 'dev_forward_skb'. by Alexander Smirnov · 13 years ago
  50. cf05c70 veth: fix 64bit stats on 32bit arches by Eric Dumazet · 13 years ago
  51. 6311cc4 veth: convert to 64 bit statistics by stephen hemminger · 13 years ago
  52. 534ea99 net: drivers: kill two unused macro definitions by Shan Wei · 13 years ago
  53. 7143b7d4 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  54. 6c8c444 Revert: veth: remove unneeded ifname code from veth_newlink() by Jiri Pirko · 13 years ago
  55. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 13 years ago
  56. a2c725f veth: convert to hw_features by Michał Mirosław · 13 years ago
  57. 675071a veth: Fix the byte counters by Eric W. Biederman · 13 years ago
  58. 84c49d8 veth: remove unneeded ifname code from veth_newlink() by Jiri Pirko · 13 years ago
  59. 0b79675 net/veth: Fix packet checksumming by Michał Mirosław · 13 years ago
  60. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  61. 6ec8256 veth: Dont kfree_skb() after dev_forward_skb() by Eric Dumazet · 14 years ago
  62. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  63. 3729d50 rtnetlink: support specifying device flags on device creation by Patrick McHardy · 14 years ago
  64. 47d7427 percpu: add __percpu sparse annotations to net drivers by Tejun Heo · 14 years ago
  65. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  66. 9b963e5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  67. 4454096 veth: move loopback logic to common location by Arnd Bergmann · 14 years ago
  68. 2b1c8b0 veth: Fix veth_get_stats() by Eric Dumazet · 15 years ago
  69. 81adee4 net: Support specifying the network namespace upon device creation. by Eric W. Biederman · 15 years ago
  70. 2454053 veth: Fix veth_dellink method by Eric Dumazet · 15 years ago
  71. 23289a3 net: add a list_head parameter to dellink() method by Eric Dumazet · 15 years ago
  72. e7dcaa4 this_cpu: Eliminate get/put_cpu by Christoph Lameter · 15 years ago
  73. 0fc0b73 netdev: drivers should make ethtool_ops const by Stephen Hemminger · 15 years ago
  74. 424efe9 netdev: convert pseudo drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  75. 27a242e veth: Zero timestamp in xmit path. by Ben Greear · 15 years ago
  76. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  77. 11687a1 Revert "veth: prevent oops caused by netdev destructor" by David S. Miller · 15 years ago
  78. 60df914 veth: dont release skb->dst in veth_xmit() by Eric Dumazet · 15 years ago
  79. ae0e8e8 veth: prevent oops caused by netdev destructor by Stephen Hemminger · 15 years ago
  80. 38d4081 veth: Allow setting the L3 MTU by Eric Biederman · 15 years ago
  81. 2cf48a1 veth: Fix carrier detect by Eric W. Biederman · 15 years ago
  82. ee92362 veth : add the set_mac_address capability by Daniel Lezcano · 15 years ago
  83. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  84. 4456e7b veth: convert to net_device_ops by Stephen Hemminger · 16 years ago
  85. 3717746 veth: remove unused list by Daniel Lezcano · 16 years ago
  86. bb7bba3 veth: Remove useless veth field by Daniel Lezcano · 16 years ago
  87. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  88. c15853f veth: fix dev refcount race by Daniel Lezcano · 16 years ago
  89. 6836545 [NET]: rtnl_link: fix use-after-free by Patrick McHardy · 16 years ago
  90. ecef969 [VETH]: move veth.h to include/linux by Stephen Hemminger · 16 years ago
  91. b9f2c04 [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count by Jeff Garzik · 17 years ago
  92. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  93. e314dbd [NET]: Virtual ethernet device driver. by Pavel Emelyanov · 17 years ago