Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
7fc611ff3ff1a0b8f5a6569fe75a97d6c70bed6c
/
net
/
8021q
/
vlan.c
99c4a26
net: Fix high overhead of vlan sub-device teardown.
by David S. Miller
· 10 years ago
9c5ff24
vlan: fail early when creating netdev named config
by WANG Cong
· 10 years ago
c835a67
net: set name_assign_type in alloc_netdev()
by Tom Gundersen
· 10 years ago
d38569a
vlan: Fix lockdep warning with stacked vlan devices.
by Vlad Yasevich
· 10 years ago
fc0d48b
vlan: Set hard_header_len according to available acceleration
by Vlad Yasevich
· 11 years ago
07fc67b
8021q: Use ether_addr_copy
by Joe Perches
· 11 years ago
47701a3
vlan: unlink the upper neighbour before unregistering
by Veaceslav Falico
· 11 years ago
5df27e6
vlan: link the upper neighbour only after registering
by Veaceslav Falico
· 11 years ago
0c0667a
vlan: cleanup the usage of vlan_dev_priv(dev)
by Wang Sheng-Hui
· 11 years ago
4aa5dee
net: convert resend IGMP to notifier event
by Jiri Pirko
· 11 years ago
351638e
net: pass info struct via netdevice notifier
by Jiri Pirko
· 11 years ago
1fd9b1f
net: vlan: prepare for 802.1ad support
by Patrick McHardy
· 12 years ago
80d5c36
net: vlan: prepare for 802.1ad VLAN filtering offload
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
4a7df34
8021q: fix a potential use-after-free
by Cong Wang
· 12 years ago
86fbe9b
net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)
by David Ward
· 12 years ago
d2ed273
net: disallow drivers with buggy VLAN accel to register_netdevice()
by Michał Mirosław
· 12 years ago
126d6c2
vlan: add link to upper device
by Jiri Pirko
· 12 years ago
6e22ce2
8021q: fix vlan device to inherit the unicast filtering capability flag
by Yi Zou
· 12 years ago
276996f
net: Allow the userns root to control vlans.
by Eric W. Biederman
· 12 years ago
f4d5392
vlan: use IS_ENABLED()
by Amerigo Wang
· 12 years ago
18c22a0
vlan: allow to change type when no vlan device is hooked on netdev
by Jiri Pirko
· 12 years ago
efc73f4
net: Fix memory leak - vlan_info struct
by Amir Hanania
· 12 years ago
53a2b3a
8021q: Convert compare_ether_addr to ether_addr_equal
by Joe Perches
· 12 years ago
5b9ea6e
vlan: introduce vid list with reference counting
by Jiri Pirko
· 13 years ago
87002b0
net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_vid ndo calls
by Jiri Pirko
· 13 years ago
7da82c0
vlan: rename vlan_dev_info to vlan_dev_priv
by Jiri Pirko
· 13 years ago
a9b3cd7
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
by Stephen Hemminger
· 13 years ago
7890a5b
vlan: kill ndo_vlan_rx_register
by Jiri Pirko
· 13 years ago
9f6ec8d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
e3cb78c
vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan support
by Antoine Reversat
· 13 years ago
afab2d2
net: 8021q: Add pr_fmt
by Joe Perches
· 13 years ago
da7c06c
net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version.
by Justin Mattock
· 13 years ago
3c709f8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6
by David S. Miller
· 13 years ago
55aee10
vlan: fix GVRP at dismantle time
by Eric Dumazet
· 13 years ago
48752e1
vlan: remove one synchronize_net() call
by Eric Dumazet
· 13 years ago
7c89943
bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_PEERS
by Ben Hutchings
· 14 years ago
9960647
vlan: Propagate NETDEV_NOTIFY_PEERS notifier
by Ben Hutchings
· 14 years ago
bcc6d47
net: vlan: make non-hw-accel rx path similar to hw-accel
by Jiri Pirko
· 14 years ago
8a0427b
vlan: convert VLAN devices to use ndo_fix_features()
by Michał Mirosław
· 14 years ago
04ed3e7
net: change netdev->features to u32
by Michał Mirosław
· 14 years ago
19eb5cc
8021q: vlan device is lockless do not transfer real_num_{tx|rx}_queues
by John Fastabend
· 14 years ago
4af429d
vlan: lockless transmit path
by Eric Dumazet
· 14 years ago
029f5fc
8021q: set hard_header_len when VLAN offload features are toggled
by John Fastabend
· 14 years ago
b616b09
vlan: rcu annotations
by Eric Dumazet
· 14 years ago
3701e51
vlan: Centralize handling of hardware acceleration.
by Jesse Gross
· 14 years ago
65ac6a5
vlan: Avoid hash table lookup to find group.
by Jesse Gross
· 14 years ago
b738127
vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.
by Jesse Gross
· 14 years ago
5df8dbd
8021q: Use netif_copy_real_num_queues() to set queue counts
by Ben Hutchings
· 14 years ago
3b27e10
netns: keep vlan slaves on master netns move
by David Lamparter
· 14 years ago
ad1afb0
vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)
by Pedro Garcia
· 14 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
4a35ecf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
a748ee2
net: move address list functions to a separate file
by Jiri Pirko
· 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
f6b9f4b
vlan: updates vlan real_num_tx_queues
by Vasu Dev
· 15 years ago
1c01fe1
net: forbid underlaying devices to change its type
by Jiri Pirko
· 15 years ago
2c8c1e7
net: spread __net_init, __net_exit
by Alexey Dobriyan
· 15 years ago
fc4a748
netdevice: provide common routine for macvlan and vlan operstate management
by Patrick Mullaney
· 15 years ago
91e2ff3
net: Teach vlans to cleanup as a pernet subsystem
by Eric W. Biederman
· 15 years ago
946d1a9
net: Simplify vlan pernet operations.
by Eric W. Biederman
· 15 years ago
5e75659
vlan: support "loose binding" to the underlying network device
by Patrick McHardy
· 15 years ago
3505d1a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
f99189b
netns: net_identifiers should be read_mostly
by Eric Dumazet
· 15 years ago
6b863d1
vlan: Fix register_vlan_dev() error path
by Eric Dumazet
· 15 years ago
29906f6
vlan: cleanup multiple unregistrations
by Patrick McHardy
· 15 years ago
63c8099
vlan: Optimize multiple unregistration
by Eric Dumazet
· 15 years ago
23289a3
net: add a list_head parameter to dellink() method
by Eric Dumazet
· 15 years ago
2e59af3
vlan: multiqueue vlan device
by Eric Dumazet
· 15 years ago
b85daa5
vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid field
by Vasu Dev
· 15 years ago
b4076d1
vlan: allow creating vlan when real device is not up
by Stephen Hemminger
· 15 years ago
2e477c9
vlan: Propagate physical MTU changes
by Herbert Xu
· 15 years ago
6e327c1
8021q: Vlan driver should use rcu_barrier() on unload instead of syncronize_net()
by Jesper Dangaard Brouer
· 15 years ago
ccffad25
net: convert unicast addr list
by Jiri Pirko
· 15 years ago
adc667e
vlan: update vlan carrier state for admin up/down
by Jay Vosburgh
· 16 years ago
7546dd9
net: convert usage of packet_type to read_mostly
by Stephen Hemminger
· 16 years ago
09640e6
net: replace uses of __constant_{endian}
by Harvey Harrison
· 16 years ago
656299f
vlan: convert to net_device_ops
by Stephen Hemminger
· 16 years ago
b3020061
vlan: propogate ethtool speed values
by Stephen Hemminger
· 16 years ago
1ae4be2
vlan: vlan device not reading gso max size of parent.
by Alexander Duyck
· 16 years ago
49997d7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 16 years ago
6136276
vlan: remove unnecessary include statements
by Patrick McHardy
· 16 years ago
9bb8582
vlan: TCI related type and naming cleanups
by Patrick McHardy
· 16 years ago
22d1ba7
vlan: move struct vlan_dev_info to private header
by Patrick McHardy
· 16 years ago
26a2523
vlan: Use is_vlan_dev()
by Joonwoo Park
· 16 years ago
70c03b4
vlan: Add GVRP support
by Patrick McHardy
· 16 years ago
ce30500
vlan: Move device unregistration before lower dev cleanup
by Patrick McHardy
· 16 years ago
b3ce032
vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at once
by Patrick McHardy
· 16 years ago
766d027
Merge branch 'linus' into core/rcu
by Ingo Molnar
· 16 years ago
289c79a
vlan: Use bitmask of feature flags instead of seperate feature bits
by Patrick McHardy
· 16 years ago
5fb1357
[VLAN]: Propagate selected feature bits to VLAN devices
by Patrick McHardy
· 16 years ago
81d8534
vlan: Correctly handle device notifications for layered VLAN devices
by Patrick McHardy
· 16 years ago
8252474
rcu: split list.h and move rcu-protected lists into rculist.h
by Franck Bui-Huu
· 16 years ago
30688a9
[VLAN]: Handle vlan devices net namespace changing.
by Pavel Emelyanov
· 17 years ago
65d292a
[VLAN]: Allow vlan devices registration in net namespaces.
by Pavel Emelyanov
· 17 years ago
7a17a2f
[VLAN]: Make the vlan_name_type per-net.
by Pavel Emelyanov
· 17 years ago
cd1c701
[VLAN]: Add a net argument to proc init and cleanup calls.
by Pavel Emelyanov
· 17 years ago
d9ed0f0
[VLAN]: Introduce the vlan_net structure and init/exit net ops.
by Pavel Emelyanov
· 17 years ago
a9fde26
[VLAN]: Tag vlan_group_device with net device, not ifindex.
by Pavel Emelyanov
· 17 years ago
e1ec1b8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
Next »