index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
flow_dissector.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-11-01
1
-0
/
+15
|
\
|
*
cls_flower: Fix inability to match GRE/IPIP packets
Yoshiki Komachi
2021-10-29
1
-0
/
+15
*
|
dissector: do not set invalid PPP protocol
Boris Sukholitko
2021-09-30
1
-2
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-07-31
1
-9
/
+9
|
\
|
*
net: let flow have same hash in two directions
zhang kai
2021-07-28
1
-9
/
+9
*
|
flow_dissector: Fix out-of-bounds warnings
Gustavo A. R. Silva
2021-07-26
1
-4
/
+8
|
/
*
net: flow_dissector: fix RPS on DSA masters
Vladimir Oltean
2021-06-14
1
-2
/
+2
*
net: dsa: generalize overhead for taggers that use both headers and trailers
Vladimir Oltean
2021-06-11
1
-1
/
+1
*
flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()
Gustavo A. R. Silva
2021-04-16
1
-2
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-03-25
1
-1
/
+1
|
\
|
*
flow_dissector: fix byteorder of dissected ICMP ID
Alexander Lobakin
2021-03-14
1
-1
/
+1
*
|
flow_dissector: constify raw input data argument
Alexander Lobakin
2021-03-14
1
-19
/
+22
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-02-16
1
-3
/
+3
|
\
|
*
flow_dissector: fix TTL and TOS dissection on IPv4 fragments
Davide Caratti
2021-02-12
1
-3
/
+3
*
|
net/sched: cls_flower add CT_FLAGS_INVALID flag support
wenxu
2021-01-20
1
-4
/
+9
*
|
net: flow_dissector: Parse PTP L2 packet header
Eran Ben Elisha
2021-01-14
1
-0
/
+16
|
/
*
net: core: fix spelling typo in flow_dissector.c
Wang Qing
2020-11-07
1
-1
/
+1
*
net: flow_dissector: avoid indirect call to DSA .flow_dissect for generic case
Vladimir Oltean
2020-09-26
1
-2
/
+8
*
net: dsa: make the .flow_dissect tagger callback return void
Vladimir Oltean
2020-09-26
1
-2
/
+2
*
net/flow_dissector: add packet hash dissection
Ariel Levkovich
2020-07-24
1
-0
/
+17
*
bpf, netns: Keep attached programs in bpf_prog_array
Jakub Sitnicki
2020-06-30
1
-9
/
+10
*
flow_dissector: Pull BPF program assignment up to bpf-netns
Jakub Sitnicki
2020-06-30
1
-11
/
+2
*
flow_dissector: Move out netns_bpf prog callbacks
Jakub Sitnicki
2020-06-01
1
-121
/
+4
*
net: Introduce netns_bpf for BPF programs attached to netns
Jakub Sitnicki
2020-06-01
1
-36
/
+69
*
flow_dissector: Pull locking up from prog attach callback
Jakub Sitnicki
2020-06-01
1
-20
/
+20
*
flow_dissector: Parse multiple MPLS Label Stack Entries
Guillaume Nault
2020-05-26
1
-16
/
+33
*
flow_dissector: Drop BPF flow dissector prog ref on netns cleanup
Jakub Sitnicki
2020-05-21
1
-5
/
+21
*
bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.
David Miller
2020-02-24
1
-3
/
+1
*
flow_dissector: Fix to use new variables for port ranges in bpf hook
Yoshiki Komachi
2020-01-27
1
-2
/
+9
*
flow_dissector: fix document for skb_flow_get_icmp_tci
Li RongQing
2020-01-09
1
-1
/
+1
*
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-12-09
1
-5
/
+5
*
net: dsa: fix flow dissection on Tx path
Alexander Lobakin
2019-12-06
1
-2
/
+3
*
cls_flower: Fix the behavior using port ranges with hw-offload
Yoshiki Komachi
2019-12-03
1
-9
/
+28
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-02
1
-26
/
+17
|
\
|
*
net/flow_dissector: switch to siphash
Eric Dumazet
2019-10-23
1
-22
/
+16
*
|
flow_dissector: extract more ICMP information
Matteo Croce
2019-10-30
1
-24
/
+50
*
|
flow_dissector: skip the ICMP dissector for non ICMP packets
Matteo Croce
2019-10-30
1
-9
/
+25
*
|
flow_dissector: add meaningful comments
Matteo Croce
2019-10-30
1
-0
/
+6
*
|
flow_dissector: Allow updating the flow dissector program atomically
Jakub Sitnicki
2019-10-11
1
-3
/
+7
*
|
bpf/flow_dissector: add mode to enforce global BPF flow dissector
Stanislav Fomichev
2019-10-07
1
-4
/
+34
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-27
1
-1
/
+1
|
\
|
*
flow_dissector: Fix potential use-after-free on BPF_PROG_DETACH
Jakub Sitnicki
2019-08-24
1
-1
/
+1
*
|
bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_...
Stanislav Fomichev
2019-07-25
1
-0
/
+9
*
|
bpf/flow_dissector: pass input flags to BPF flow dissector program
Stanislav Fomichev
2019-07-25
1
-2
/
+10
|
/
*
net/flow_dissector: add connection tracking dissection
Paul Blakey
2019-07-09
1
-0
/
+44
*
flow_dissector: add support for ingress ifindex dissection
Jiri Pirko
2019-06-19
1
-0
/
+16
*
flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flag
Stanislav Fomichev
2019-06-03
1
-9
/
+1
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
flow_dissector: disable preemption around BPF calls
Eric Dumazet
2019-05-13
1
-0
/
+2
*
bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_type
Stanislav Fomichev
2019-04-25
1
-0
/
+39
[next]