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