Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cef82c9f5a3deab94c1f1f02cfc25213844852ed
/
net
/
8021q
/
vlan_core.c
0369722
vlan: make vlan_dev_real_dev work over stacked vlans
by nikolay@redhat.com
· 11 years ago
d4b812d
vlan: mask vlan prio bits
by Eric Dumazet
· 11 years ago
cf2c014
net: vlan: fix memory leak in vlan_info_rcu_free()
by Patrick McHardy
· 12 years ago
8ad227f
net: vlan: add 802.1ad support
by Patrick McHardy
· 12 years ago
86a9bad
net: vlan: add protocol argument to packet tagging functions
by Patrick McHardy
· 12 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
7885198
bridge: Implement vlan ingress/egress policy with PVID.
by Vlad Yasevich
· 12 years ago
d2ed273
net: disallow drivers with buggy VLAN accel to register_netdevice()
by Michał Mirosław
· 12 years ago
1cdfd72
vlan: remove usage of dev->master in __vlan_find_dev_deep()
by Jiri Pirko
· 12 years ago
55462cf
vlan: fix bond/team enslave of vlan challenged slave/port
by Jiri Pirko
· 12 years ago
48cc32d3
vlan: don't deliver frames for unknown vlans to protocols
by Florian Zumbiehl
· 12 years ago
5316cf9
8021q: fix mac_len recomputation in vlan_untag()
by Antonio Quartulli
· 12 years ago
9b361c1
vlan: add helper which can be called to see if device is used by vlan
by Jiri Pirko
· 12 years ago
53a2b3a
8021q: Convert compare_ether_addr to ether_addr_equal
by Joe Perches
· 12 years ago
f9586f7
vlan: add rtnl_dereference() annotations
by Dan Carpenter
· 13 years ago
348a144
vlan: introduce functions to do mass addition/deletion of vids by another device
by Jiri Pirko
· 13 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
396cf94
vlan: Move vlan_set_encap_proto() to vlan header file
by Pravin B Shelar
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
6a32e4f
vlan: allow nested vlan_do_receive()
by Eric Dumazet
· 13 years ago
c5114cd
vlan: reset headers on accel emulation path
by Jiri Pirko
· 13 years ago
ffcf9b7
vlan: kill vlan_gro_frags and vlan_gro_receive
by Jiri Pirko
· 13 years ago
a4aeb26
vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rx
by Jiri Pirko
· 13 years ago
cec9c13
vlan: introduce __vlan_find_dev_deep()
by Jiri Pirko
· 13 years ago
0b5c9db
vlan: Fix the ingress VLAN_FLAG_REORDER_HDR check
by Jiri Pirko
· 13 years ago
bcc6d47
net: vlan: make non-hw-accel rx path similar to hw-accel
by Jiri Pirko
· 14 years ago
4af429d
vlan: lockless transmit path
by Eric Dumazet
· 14 years ago
3701e51
vlan: Centralize handling of hardware acceleration.
by Jesse Gross
· 14 years ago
caf586e
net: add a core netdev->rx_dropped counter
by Eric Dumazet
· 14 years ago
21a180c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
173e79f
vlan: dont drop packets from unknown vlans in promiscuous mode
by Eric Dumazet
· 14 years ago
a02cec2
net: return operator cleanup
by Eric Dumazet
· 14 years ago
72ed62f
vlan: Use vlan_dev_real_dev in vlan_hwaccel_do_receive
by Jiri Pirko
· 14 years ago
40d0802
gro: __napi_gro_receive() optimizations
by Eric Dumazet
· 14 years ago
0553212
net: 802.1q: make vlan_hwaccel_do_receive() return void
by Changli Gao
· 14 years ago
ad1afb0
vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)
by Pedro Garcia
· 14 years ago
9618e2f
vlan: 64 bit rx counters
by Eric Dumazet
· 14 years ago
597a264
net: deliver skbs on inactive slaves to exact matches
by John Fastabend
· 14 years ago
ccbd6a5
net: Remove unnecessary semicolons after switch statements
by Joe Perches
· 14 years ago
0641e4f
net: Potential null skb->dev dereference
by Eric Dumazet
· 15 years ago
1f3c880
bonding: allow arp_ip_targets on separate vlans to use arp validation
by Andy Gospodarek
· 15 years ago
9793241
vlan: Precise RX stats accounting
by Eric Dumazet
· 15 years ago
b93ab83
vlan: Use __vlan_hwaccel_put_tag() in rx
by Eric Dumazet
· 15 years ago
c7c4b3b
gro: Change all receive functions to return GRO result codes
by Ben Hutchings
· 15 years ago
5b252f0
gro: Name the GRO result enumeration type
by Ben Hutchings
· 15 years ago
a54bfa4
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
76620aa
gro: New frags interface to avoid copying shinfo
by Herbert Xu
· 16 years ago
1db9e29
gro: Normalise skb before bypassing GRO on netpoll VLAN path
by Herbert Xu
· 16 years ago
2ffb455
gro: Fix vlan/netpoll check again
by Herbert Xu
· 16 years ago
d1c76af
GRO: Move netpoll checks to correct location
by Herbert Xu
· 16 years ago
aa4abc9
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
4ead443
netpoll: Add drop checks to all entry points
by Herbert Xu
· 16 years ago
aa4b9f5
gro: Optimise Ethernet header comparison
by Herbert Xu
· 16 years ago
8691173
gro: Avoid copying headers of unmerged packets
by Herbert Xu
· 16 years ago
5d0d9be
gro: Move common completion code into helpers
by Herbert Xu
· 16 years ago
116cb42
vlan: Export symbols as non GPL symbols.
by Ben Greear
· 16 years ago
e1c096e
vlan: Add GRO interfaces
by Herbert Xu
· 16 years ago
9eeda9a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
9b22ea5
net: fix packet socket delivery in rx irq handler
by Patrick McHardy
· 16 years ago
d2ad3ca
net/: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
bc1d041
vlan: deliver packets received with VLAN acceleration to network taps
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
7750f40
vlan: uninline __vlan_hwaccel_rx
by Patrick McHardy
· 16 years ago