Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9cc563968066b55b067bcff132e4d566b020687d
/
net
/
8021q
/
vlan.c
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
802fb17
[VLAN]: Proc entry is not renamed when vlan device name changes.
by Pavel Emelyanov
· 17 years ago
6772718
[VLAN]: Reduce memory consumed by vlan_groups
by Pavel Emelyanov
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
ad71208
[VLAN]: Update list address
by Patrick McHardy
· 17 years ago
2029cc2
[VLAN]: checkpatch cleanups
by Patrick McHardy
· 17 years ago
9dfebcc
[VLAN]: Turn VLAN_DEV_INFO into inline function
by Patrick McHardy
· 17 years ago
af30151
[VLAN]: Simplify vlan unregistration
by Patrick McHardy
· 17 years ago
acc5efb
[VLAN]: Clean up unregister_vlan_dev
by Patrick McHardy
· 17 years ago
69ab4b7
[VLAN]: Clean up initialization code
by Patrick McHardy
· 17 years ago
198a291
[VLAN]: Remove non-implemented ioctls
by Patrick McHardy
· 17 years ago
40f98e1
[VLAN]: Clean up debugging and printks
by Patrick McHardy
· 17 years ago
ef3eb3e
[VLAN]: Move device setup to vlan_dev.c
by Patrick McHardy
· 17 years ago
7bd38d7
[VLAN]: Use dev->stats
by Patrick McHardy
· 17 years ago
b7a4a83
[VLAN]: Kill useless VLAN_NAME define
by Patrick McHardy
· 17 years ago
0fe1e56
[VLAN]: nested VLAN: fix lockdep's recursive locking warning
by Jarek Poplawski
· 17 years ago
3f03e38
[VLAN]: Fix potential race in vlan_cleanup_module vs vlan_ioctl_handler.
by Pavel Emelyanov
· 17 years ago
e35de02
[VLAN]: Lost rtnl_unlock() in vlan_ioctl()
by Pavel Emelyanov
· 17 years ago
39aaac1
[VLAN]: Allow setting mac address while device is up
by Patrick McHardy
· 17 years ago
d932e04
[VLAN]: Don't synchronize addresses while the vlan device is down
by Patrick McHardy
· 17 years ago
fffe470
[VLAN]: Fix SET_VLAN_INGRESS_PRIORITY_CMD ioctl
by Patrick McHardy
· 17 years ago
3607c44
[8021Q]: transfer dev_id from real device
by Ursula Braun
· 17 years ago
3b04ddd
[NET]: Move hardware header operations out of netdevice.
by Stephen Hemminger
· 17 years ago
10d024c
[NET]: Nuke SET_MODULE_OWNER macro.
by Ralf Baechle
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
e9dc865
[NET]: Make device event notification network namespace safe
by Eric W. Biederman
· 17 years ago
d9f30ec
[VLAN]: Fix net_device leak.
by Al Viro
· 17 years ago
3f5f434
[8021Q]: vlan_ioctl_handler: fix return value
by Andrew Morton
· 17 years ago
a7ecfc8
[VLAN]: Fix memset length
by Patrick McHardy
· 17 years ago
6c78dcb
[VLAN]: Fix promiscous/allmulti synchronization races
by Patrick McHardy
· 17 years ago
0e06877
[RTNETLINK]: rtnl_link: allow specifying initial device address
by Patrick McHardy
· 17 years ago
2d85cba
[RTNETLINK]: rtnl_link API simplification
by Patrick McHardy
· 17 years ago
8c979c2
[VLAN]: Fix MAC address handling
by Patrick McHardy
· 17 years ago
07b5b17
[VLAN]: Use rtnl_link API
by Patrick McHardy
· 17 years ago
a4bf3af4
[VLAN]: Introduce symbolic constants for flag values
by Patrick McHardy
· 17 years ago
2ae0bf6
[VLAN]: Return proper error codes in register_vlan_device
by Patrick McHardy
· 17 years ago
e89fe42
[VLAN]: Move device registation to seperate function
by Patrick McHardy
· 17 years ago
c1d3ee9
[VLAN]: Split up device checks
by Patrick McHardy
· 17 years ago
42429aa
[VLAN]: Move vlan_group allocation to seperate function
by Patrick McHardy
· 17 years ago
2f4284a
[VLAN]: Move some device intialization code to dev->init callback
by Patrick McHardy
· 17 years ago
c17d887
[VLAN]: Convert name-based configuration functions to struct netdevice *
by Patrick McHardy
· 17 years ago
75202e7
[NET]: Fix comparisons of unsigned < 0.
by Bill Nottingham
· 17 years ago
d2d1acd
VLAN: kill_vid is only useful for VLAN filtering devices
by Stephen Hemminger
· 17 years ago
7562f87
[NET]: Rework dev_base via list_head (v3)
by Pavel Emelianov
· 18 years ago
3ff50b7
[NET]: cleanup extra semicolons
by Stephen Hemminger
· 18 years ago
Next »