aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/veth.c
Commit message (Expand)AuthorAge
* net: drivers: kill two unused macro definitionsShan Wei2011-05-15
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-05
|\
| * Revert: veth: remove unneeded ifname code from veth_newlink()Jiri Pirko2011-05-02
* | ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-29
* | veth: convert to hw_featuresMichał Mirosław2011-04-01
|/
* veth: Fix the byte countersEric W. Biederman2011-03-21
* veth: remove unneeded ifname code from veth_newlink()Jiri Pirko2011-01-25
* net/veth: Fix packet checksummingMichał Mirosław2010-12-16
* drivers/net: return operator cleanupEric Dumazet2010-09-26
* veth: Dont kfree_skb() after dev_forward_skb()Eric Dumazet2010-05-06
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* rtnetlink: support specifying device flags on device creationPatrick McHardy2010-02-27
* percpu: add __percpu sparse annotations to net driversTejun Heo2010-02-17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-14
|\
| * this_cpu: Eliminate get/put_cpuChristoph Lameter2009-10-03
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-29
|\ \
| * | veth: Fix veth_get_stats()Eric Dumazet2009-11-19
| |/
* | veth: move loopback logic to common locationArnd Bergmann2009-11-26
* | net: Support specifying the network namespace upon device creation.Eric W. Biederman2009-11-08
* | veth: Fix veth_dellink methodEric Dumazet2009-10-30
* | net: add a list_head parameter to dellink() methodEric Dumazet2009-10-28
|/
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-02
* netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger2009-09-01
* veth: Zero timestamp in xmit path.Ben Greear2009-07-23
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-05
* Revert "veth: prevent oops caused by netdev destructor"David S. Miller2009-06-25
* veth: dont release skb->dst in veth_xmit()Eric Dumazet2009-05-29
* veth: prevent oops caused by netdev destructorStephen Hemminger2009-04-27
* veth: Allow setting the L3 MTUEric Biederman2009-03-04
* veth: Fix carrier detectEric W. Biederman2009-03-01
* veth : add the set_mac_address capabilityDaniel Lezcano2009-02-22
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-20
* veth: convert to net_device_opsStephen Hemminger2008-11-20
* veth: remove unused listDaniel Lezcano2008-10-29
* veth: Remove useless veth fieldDaniel Lezcano2008-10-29
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-25
* veth: fix dev refcount raceDaniel Lezcano2008-02-20
* [NET]: rtnl_link: fix use-after-freePatrick McHardy2008-01-20
* [VETH]: move veth.h to include/linuxStephen Hemminger2007-12-26
* [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik2007-10-10
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-10
* [NET]: Virtual ethernet device driver.Pavel Emelyanov2007-10-10