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