index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
flow_dissector.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-29
net/flow_dissector: move bpf case into __skb_flow_bpf_dissect
Stanislav Fomichev
1
-38
/
+54
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+5
2018-12-07
net/flow_dissector: correctly cap nhoff and thoff in case of BPF
Stanislav Fomichev
1
-1
/
+4
2018-12-07
selftests/bpf: use thoff instead of nhoff in BPF flow dissector
Stanislav Fomichev
1
-0
/
+1
2018-11-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2018-11-09
flow_dissector: do not dissect l4 ports for fragments
배석진
1
-2
/
+2
2018-11-07
net/vlan: include the shift in skb_vlan_tag_get_prio()
Michał Mirosław
1
-2
/
+1
2018-09-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+140
2018-09-25
flow_dissector: lookup netns by skb->sk if skb->dev is NULL
Willem de Bruijn
1
-3
/
+9
2018-09-19
net: core: Use FIELD_SIZEOF directly instead of reimplementing its function
zhong jiang
1
-5
/
+5
2018-09-14
flow_dissector: implements flow dissector BPF hook
Petar Penkov
1
-0
/
+134
2018-08-07
flow_dissector: allow dissection of tunnel options from metadata
Simon Horman
1
-1
/
+18
2018-07-19
flow_dissector: Dissect tos and ttl from the tunnel info
Or Gerlitz
1
-1
/
+13
2018-07-07
net/flow_dissector: Add support for QinQ dissection
Jianbo Liu
1
-15
/
+17
2018-07-07
net/flow_dissector: Save vlan ethertype from headers
Jianbo Liu
1
-0
/
+2
2018-06-04
ipv6: omit traffic class when calculating flow hash
Michal Kubecek
1
-1
/
+1
2018-06-04
Revert "ipv6: omit traffic class when calculating flow hash"
David S. Miller
1
-1
/
+1
2018-06-04
ipv6: omit traffic class when calculating flow hash
Michal Kubecek
1
-1
/
+1
2018-05-08
flow_dissector: do not rely on implicit casts
Paolo Abeni
1
-1
/
+1
2018-05-08
net: core: rework basic flow dissection helper
Paolo Abeni
1
-8
/
+9
2018-03-04
net: Remove unused get_hash_from_flow functions
David Ahern
1
-16
/
+0
2018-01-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+1
2018-01-18
flow_dissector: properly cap thoff field
Eric Dumazet
1
-2
/
+1
2017-12-21
flow_dissector: Parse batman-adv unicast headers
Sven Eckelmann
1
-0
/
+57
2017-12-05
flow_dissector: dissect tunnel info outside __skb_flow_dissect()
Simon Horman
1
-7
/
+5
2017-11-11
tipc: improve link resiliency when rps is activated
Jon Maloy
1
-15
/
+15
2017-10-02
flow_dissector: dissect tunnel info
Simon Horman
1
-0
/
+100
2017-09-05
flow_dissector: Add limit for number of headers to dissect
Tom Herbert
1
-3
/
+22
2017-09-05
flow_dissector: Cleanup control flow
Tom Herbert
1
-78
/
+145
2017-08-15
dsa: fix flow disector null pointer
Craig Gallek
1
-1
/
+1
2017-08-10
net: core: fix compile error inside flow_dissector due to new dsa callback
John Crispin
1
-0
/
+2
2017-08-09
net-next: dsa: fix flow dissection
John Crispin
1
-0
/
+12
2017-08-02
flow_dissector: remove unused functions
WANG Cong
1
-45
/
+0
2017-06-04
net/flow_dissector: add support for dissection of misc ip header fields
Or Gerlitz
1
-0
/
+40
2017-05-24
net: flow_dissector: add support for dissection of tcp flags
Jiri Pirko
1
-0
/
+29
2017-04-24
flow_dissector: add mpls support (v2)
Benjamin LaHaise
1
-3
/
+22
2017-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-04-03
flow dissector: correct size of storage for ARP
Simon Horman
1
-1
/
+1
2017-03-08
flow_dissector: Move GRE dissection into a separate function
Jiri Pirko
1
-110
/
+134
2017-03-08
flow_dissector: rename "proto again" goto label
Jiri Pirko
1
-4
/
+4
2017-03-08
flow_dissector: Fix GRE header error path
Jiri Pirko
1
-3
/
+3
2017-03-08
flow_dissector: Move MPLS dissection into a separate function
Jiri Pirko
1
-22
/
+34
2017-03-08
flow_dissector: Move ARP dissection into a separate function
Jiri Pirko
1
-53
/
+67
2017-01-16
flow dissector: check if arp_eth is null rather than arp
Colin Ian King
1
-2
/
+2
2017-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2017-01-11
flow disector: ARP support
Simon Horman
1
-0
/
+57
2017-01-10
net: skb_flow_get_be16() can be static
Eric Dumazet
1
-2
/
+2
2017-01-02
flow_dissector: Update pptp handling to avoid null pointer deref.
Ian Kumlien
1
-2
/
+3
2016-12-08
flow dissector: ICMP support
Simon Horman
1
-0
/
+31
2016-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
[next]