1. e6f8f1a veth: Allow to create peer link with given ifindex by Pavel Emelyanov · 12 years ago
  2. 32efe08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  3. f2cedb6 net: replace random_ether_addr() with eth_hw_addr_random() by Danny Kukawka · 12 years ago
  4. 2371143 veth: Enforce minimum size of VETH_INFO_PEER by Thomas Graf · 12 years ago
  5. 84b4050 Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers by Rick Jones · 13 years ago
  6. 34324dc net: remove NETIF_F_NO_CSUM feature bit by Michał Mirosław · 13 years ago
  7. 33a5ba1 net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routines by Rick Jones · 13 years ago
  8. 8ce120f net: better pcpu data alignment by Eric Dumazet · 13 years ago
  9. 9d9779e drivers/net: Add module.h to drivers who were implicitly using it by Paul Gortmaker · 13 years ago
  10. 550fd08 net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared by Neil Horman · 13 years ago
  11. 81b16ba veth: Kill unused tx_dropped by Eric Dumazet · 13 years ago
  12. 3600cda veth: Kill unused code label and code block. by David S. Miller · 13 years ago
  13. 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
  14. cf05c70 veth: fix 64bit stats on 32bit arches by Eric Dumazet · 13 years ago
  15. 6311cc4 veth: convert to 64 bit statistics by stephen hemminger · 13 years ago
  16. 534ea99 net: drivers: kill two unused macro definitions by Shan Wei · 13 years ago
  17. 7143b7d4 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  18. 6c8c444 Revert: veth: remove unneeded ifname code from veth_newlink() by Jiri Pirko · 13 years ago
  19. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 13 years ago
  20. a2c725f veth: convert to hw_features by Michał Mirosław · 13 years ago
  21. 675071a veth: Fix the byte counters by Eric W. Biederman · 13 years ago
  22. 84c49d8 veth: remove unneeded ifname code from veth_newlink() by Jiri Pirko · 13 years ago
  23. 0b79675 net/veth: Fix packet checksumming by Michał Mirosław · 14 years ago
  24. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  25. 6ec8256 veth: Dont kfree_skb() after dev_forward_skb() by Eric Dumazet · 14 years ago
  26. 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
  27. 3729d50 rtnetlink: support specifying device flags on device creation by Patrick McHardy · 14 years ago
  28. 47d7427 percpu: add __percpu sparse annotations to net drivers by Tejun Heo · 14 years ago
  29. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  30. 9b963e5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  31. 4454096 veth: move loopback logic to common location by Arnd Bergmann · 15 years ago
  32. 2b1c8b0 veth: Fix veth_get_stats() by Eric Dumazet · 15 years ago
  33. 81adee4 net: Support specifying the network namespace upon device creation. by Eric W. Biederman · 15 years ago
  34. 2454053 veth: Fix veth_dellink method by Eric Dumazet · 15 years ago
  35. 23289a3 net: add a list_head parameter to dellink() method by Eric Dumazet · 15 years ago
  36. e7dcaa4 this_cpu: Eliminate get/put_cpu by Christoph Lameter · 15 years ago
  37. 0fc0b73 netdev: drivers should make ethtool_ops const by Stephen Hemminger · 15 years ago
  38. 424efe9 netdev: convert pseudo drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  39. 27a242e veth: Zero timestamp in xmit path. by Ben Greear · 15 years ago
  40. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  41. 11687a1 Revert "veth: prevent oops caused by netdev destructor" by David S. Miller · 15 years ago
  42. 60df914 veth: dont release skb->dst in veth_xmit() by Eric Dumazet · 15 years ago
  43. ae0e8e8 veth: prevent oops caused by netdev destructor by Stephen Hemminger · 15 years ago
  44. 38d4081 veth: Allow setting the L3 MTU by Eric Biederman · 15 years ago
  45. 2cf48a1 veth: Fix carrier detect by Eric W. Biederman · 15 years ago
  46. ee92362 veth : add the set_mac_address capability by Daniel Lezcano · 15 years ago
  47. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  48. 4456e7b veth: convert to net_device_ops by Stephen Hemminger · 16 years ago
  49. 3717746 veth: remove unused list by Daniel Lezcano · 16 years ago
  50. bb7bba3 veth: Remove useless veth field by Daniel Lezcano · 16 years ago
  51. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  52. c15853f veth: fix dev refcount race by Daniel Lezcano · 16 years ago
  53. 6836545 [NET]: rtnl_link: fix use-after-free by Patrick McHardy · 16 years ago
  54. ecef969 [VETH]: move veth.h to include/linux by Stephen Hemminger · 17 years ago
  55. b9f2c04 [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count by Jeff Garzik · 17 years ago
  56. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  57. e314dbd [NET]: Virtual ethernet device driver. by Pavel Emelyanov · 17 years ago