Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
b280877eab49f19483360448a200d0e03f56f3e1
/
include
/
linux
/
if_vlan.h
469aced
vlan: consolidate VLAN parsing code and limit max parsing depth
by Toke Høiland-Jørgensen
· 4 years, 6 months ago
d7bf2eb
sched: consistently handle layer3 header accesses in the presence of VLANs
by Toke Høiland-Jørgensen
· 4 years, 6 months ago
f3b0a18
net: remove unnecessary variables and callback
by Taehee Yoo
· 5 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
a2e768b
net/vlan: introduce skb_vlan_tag_get_cfi() helper
by Michał Mirosław
· 6 years ago
0c4b2d3
net: remove VLAN_TAG_PRESENT
by Michał Mirosław
· 6 years ago
960abf6
net: 8021q: vlan_core: allow use list of vlans for real device
by Ivan Khoronzhuk
· 6 years ago
295d072
net/vlan: remove unused #define HAVE_VLAN_GET_TAG
by Michał Mirosław
· 6 years ago
9b31914
net/vlan: include the shift in skb_vlan_tag_get_prio()
by Michał Mirosław
· 6 years ago
e0a6b80
net/vlan: introduce __vlan_hwaccel_copy_tag() helper
by Michał Mirosław
· 6 years ago
c8accd5
net/vlan: introduce __vlan_hwaccel_clear_tag() helper
by Michał Mirosław
· 6 years ago
8051ac7
vlan: use non-archaic spelling of failes
by Thadeu Lima de Souza Cascardo
· 7 years ago
7ce2367
vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multi
by Toshiaki Makita
· 7 years ago
c0b458a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
c769acc
vlan: Fix vlan insertion for packets without ethernet header
by Toshiaki Makita
· 7 years ago
9daae9b
net: Call add/kill vid ndo on vlan filter feature toggling
by Gal Pressman
· 7 years ago
cbe7128
vlan: Fix out of order vlan headers with reorder header off
by Toshiaki Makita
· 7 years ago
d58ff35
networking: make skb_push & __skb_push return void pointers
by Johannes Berg
· 8 years ago
35d2f80
vlan: Fix tcp checksum offloads in Q-in-Q vlans
by Vlad Yasevich
· 8 years ago
4a4f86c
vxlan: avoid vlan processing in vxlan device.
by pravin shelar
· 8 years ago
fe19c4f
vlan: Check for vlan ethernet types for 8021.q or 802.1ad
by Eric Garver
· 8 years ago
f6a6692
flow_dissector: Get vlan priority in addition to vlan id
by Hadar Hen Zion
· 8 years ago
c8cd098
net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM
by Tom Herbert
· 9 years ago
b618aaa
net: constify netif_is_* helpers net_device param
by Jiri Pirko
· 9 years ago
66e5133
vlan: Add GRO support for non hardware accelerated vlan
by Toshiaki Makita
· 10 years ago
f4fb874
if_vlan: fix vlaue -> value typo
by Vivien Didelot
· 10 years ago
9545b22
vlan: Use eth_proto_is_802_3
by Alexander Duyck
· 10 years ago
8cb65d0
net: Move check for multiple vlans to drivers
by Toshiaki Makita
· 10 years ago
f5a7fb8
vlan: Introduce helper functions to check if skb is tagged
by Toshiaki Makita
· 10 years ago
6e03f89
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
d4bcef3
net: Fix vlan_get_protocol for stacked vlan
by Toshiaki Makita
· 10 years ago
df8a39d
net: rename vlan_tx_* helpers since "tx" is misleading there
by Jiri Pirko
· 10 years ago
15255a4
vlan: introduce __vlan_insert_tag helper which does not free skb
by Jiri Pirko
· 10 years ago
5968250
vlan: introduce *vlan_hwaccel_push_inside helpers
by Jiri Pirko
· 10 years ago
62749e2
vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto
by Jiri Pirko
· 10 years ago
b4bef1b
vlan: kill vlan_put_tag helper
by Jiri Pirko
· 10 years ago
b960a0ac
vlan: make __vlan_hwaccel_put_tag return void
by Jiri Pirko
· 10 years ago
0d5501c
net: Always untag vlan-tagged traffic on input.
by Vlad Yasevich
· 10 years ago
54e5c4d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
e1618d4
vlan: Fix build error wth vlan_get_encap_level()
by Vlad Yasevich
· 11 years ago
44a4085
bonding: Fix stacked device detection in arp monitoring
by Vlad Yasevich
· 11 years ago
d38569a
vlan: Fix lockdep warning with stacked vlan devices.
by Vlad Yasevich
· 11 years ago
f06c7f9f
vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()
by dingtianhong
· 11 years ago
71e415e
vlan: make a new function vlan_dev_vlan_proto() and export
by dingtianhong
· 11 years ago
fb7c03d
if_vlan: Call dev_kfree_skb_any instead of kfree_skb.
by Eric W. Biederman
· 11 years ago
1e85c9b
8021q: make vlan_pcpu_stats visible without CONFIG_VLAN_8021Q
by Hannes Frederic Sowa
· 11 years ago
e267cb9
vlan: Implement vlan_dev_get_egress_qos_mask as an inline.
by David S. Miller
· 11 years ago
d324353
net/vlan: Provide read access to the vlan egress map
by Eyal Perry
· 11 years ago
d4b812d
vlan: mask vlan prio bits
by Eric Dumazet
· 11 years ago
0c1072a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
a7bf580
net: vlan: fix comment for vlan_ethhdr->h_vlan_proto
by Olaf Hering
· 12 years ago
350e780
net: vlan: minor: remove unused HAVE_VLAN_PUT_TAG
by Daniel Borkmann
· 12 years ago
9fae27b
net: vlan: fix dummy function signatures for CONFIG_VLAN=n
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
e5c5d22
net: add ETH_P_802_3_MIN
by Simon Horman
· 12 years ago
da8c872
vlan: adjust vlan_set_encap_proto() for its callers
by Cong Wang
· 12 years ago
607ca46
UAPI: (Scripted) Disintegrate include/linux
by David Howells
· 12 years ago
48cc32d3
vlan: don't deliver frames for unknown vlans to protocols
by Florian Zumbiehl
· 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
ed2d265
Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
a3f671b
if_vlan: Remove VLAN_ETH_ALEN define and the 1 use of it
by Joe Perches
· 13 years ago
187f188
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
by Paul Gortmaker
· 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
6a32e4f
vlan: allow nested vlan_do_receive()
by Eric Dumazet
· 13 years ago
536d1d4
vlan: move vlan_group_[gs]et_device to public header
by Jiri Pirko
· 13 years ago
ffcf9b7
vlan: kill vlan_gro_frags and vlan_gro_receive
by Jiri Pirko
· 13 years ago
a4aeb266
vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rx
by Jiri Pirko
· 13 years ago
6dacadd
vlan: kill vlan_hwaccel_receive_skb
by Jiri Pirko
· 13 years ago
cec9c13
vlan: introduce __vlan_find_dev_deep()
by Jiri Pirko
· 13 years ago
f605234
vlan: finish removing vlan_find_dev from public header
by Jiri Pirko
· 13 years ago
69ecca8
net: vlan, qlcnic: make vlan_find_dev private
by David Lamparter
· 13 years ago
0b5c9db
vlan: Fix the ingress VLAN_FLAG_REORDER_HDR check
by Jiri Pirko
· 14 years ago
6dcbbe2
net: move is_vlan_dev into public header file (v2)
by Neil Horman
· 14 years ago
48752e1
vlan: remove one synchronize_net() call
by Eric Dumazet
· 14 years ago
6139e75
net: Missing 'inline' in vlan-disabled vlan_untag()
by David S. Miller
· 14 years ago
bcc6d47
net: vlan: make non-hw-accel rx path similar to hw-accel
by Jiri Pirko
· 14 years ago
0a85df0
vlan: Add function to retrieve EtherType from vlan packets.
by Hao Zheng
· 14 years ago
0988c4c
vlan: Calling vlan_hwaccel_do_receive() is always valid.
by Jesse Gross
· 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
0553212
net: 802.1q: make vlan_hwaccel_do_receive() return void
by Changli Gao
· 14 years ago
5e75659
vlan: support "loose binding" to the underlying network device
by Patrick McHardy
· 15 years ago
c7c4b3b
gro: Change all receive functions to return GRO result codes
by Ben Hutchings
· 15 years ago
63c8099
vlan: Optimize multiple unregistration
by Eric Dumazet
· 15 years ago
05423b2
vlan: allow null VLAN ID to be used
by Eric Dumazet
· 15 years ago
76620aa
gro: New frags interface to avoid copying shinfo
by Herbert Xu
· 16 years ago
e4dd618
vlan: Update skb->mac_header in __vlan_put_tag().
by Jarek Poplawski
· 16 years ago
e1c096e
vlan: Add GRO interfaces
by Herbert Xu
· 16 years ago
9b22ea5
net: fix packet socket delivery in rx irq handler
by Patrick McHardy
· 16 years ago
6aa895b
vlan: Don't store VLAN tag in cb
by Patrick McHardy
· 16 years ago
11a100f
vlan: avoid header copying and linearisation where possible
by Patrick McHardy
· 16 years ago
Next »