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
2022-04-20
flow_dissector: Add number of vlan tags dissector
Boris Sukholitko
1
-0
/
+20
2022-04-08
flow_dissector: fix false-positive __read_overflow2_field() warning
Jakub Kicinski
1
-1
/
+1
2022-04-08
net/sched: flower: fix parsing of ethertype following VLAN header
Vlad Buslov
1
-0
/
+1
2022-03-11
flow_dissector: Add support for HSRv0
Kurt Kanzenbach
1
-0
/
+1
2022-03-02
flow_dissector: Add support for HSR
Kurt Kanzenbach
1
-0
/
+17
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+1
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
1
-0
/
+1
2021-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2021-12-17
net/sched: flow_dissector: Fix matching on zone id for invalid conns
Paul Blakey
1
-1
/
+2
2021-11-16
net: align static siphash keys
Eric Dumazet
1
-1
/
+1
2021-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+15
2021-10-29
cls_flower: Fix inability to match GRE/IPIP packets
Yoshiki Komachi
1
-0
/
+15
2021-09-30
dissector: do not set invalid PPP protocol
Boris Sukholitko
1
-2
/
+1
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-9
/
+9
2021-07-28
net: let flow have same hash in two directions
zhang kai
1
-9
/
+9
2021-07-26
flow_dissector: Fix out-of-bounds warnings
Gustavo A. R. Silva
1
-4
/
+8
2021-06-14
net: flow_dissector: fix RPS on DSA masters
Vladimir Oltean
1
-2
/
+2
2021-06-11
net: dsa: generalize overhead for taggers that use both headers and trailers
Vladimir Oltean
1
-1
/
+1
2021-04-16
flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()
Gustavo A. R. Silva
1
-2
/
+4
2021-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2021-03-14
flow_dissector: constify raw input data argument
Alexander Lobakin
1
-19
/
+22
2021-03-14
flow_dissector: fix byteorder of dissected ICMP ID
Alexander Lobakin
1
-1
/
+1
2021-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-3
/
+3
2021-02-12
flow_dissector: fix TTL and TOS dissection on IPv4 fragments
Davide Caratti
1
-3
/
+3
2021-01-20
net/sched: cls_flower add CT_FLAGS_INVALID flag support
wenxu
1
-4
/
+9
2021-01-14
net: flow_dissector: Parse PTP L2 packet header
Eran Ben Elisha
1
-0
/
+16
2020-11-07
net: core: fix spelling typo in flow_dissector.c
Wang Qing
1
-1
/
+1
2020-09-26
net: flow_dissector: avoid indirect call to DSA .flow_dissect for generic case
Vladimir Oltean
1
-2
/
+8
2020-09-26
net: dsa: make the .flow_dissect tagger callback return void
Vladimir Oltean
1
-2
/
+2
2020-07-24
net/flow_dissector: add packet hash dissection
Ariel Levkovich
1
-0
/
+17
2020-06-30
bpf, netns: Keep attached programs in bpf_prog_array
Jakub Sitnicki
1
-9
/
+10
2020-06-30
flow_dissector: Pull BPF program assignment up to bpf-netns
Jakub Sitnicki
1
-11
/
+2
2020-06-01
flow_dissector: Move out netns_bpf prog callbacks
Jakub Sitnicki
1
-121
/
+4
2020-06-01
net: Introduce netns_bpf for BPF programs attached to netns
Jakub Sitnicki
1
-36
/
+69
2020-06-01
flow_dissector: Pull locking up from prog attach callback
Jakub Sitnicki
1
-20
/
+20
2020-05-26
flow_dissector: Parse multiple MPLS Label Stack Entries
Guillaume Nault
1
-16
/
+33
2020-05-21
flow_dissector: Drop BPF flow dissector prog ref on netns cleanup
Jakub Sitnicki
1
-5
/
+21
2020-02-24
bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.
David Miller
1
-3
/
+1
2020-01-27
flow_dissector: Fix to use new variables for port ranges in bpf hook
Yoshiki Komachi
1
-2
/
+9
2020-01-09
flow_dissector: fix document for skb_flow_get_icmp_tci
Li RongQing
1
-1
/
+1
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-5
/
+5
2019-12-06
net: dsa: fix flow dissection on Tx path
Alexander Lobakin
1
-2
/
+3
2019-12-03
cls_flower: Fix the behavior using port ranges with hw-offload
Yoshiki Komachi
1
-9
/
+28
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-26
/
+17
2019-10-30
flow_dissector: extract more ICMP information
Matteo Croce
1
-24
/
+50
2019-10-30
flow_dissector: skip the ICMP dissector for non ICMP packets
Matteo Croce
1
-9
/
+25
2019-10-30
flow_dissector: add meaningful comments
Matteo Croce
1
-0
/
+6
2019-10-23
net/flow_dissector: switch to siphash
Eric Dumazet
1
-22
/
+16
2019-10-11
flow_dissector: Allow updating the flow dissector program atomically
Jakub Sitnicki
1
-3
/
+7
2019-10-07
bpf/flow_dissector: add mode to enforce global BPF flow dissector
Stanislav Fomichev
1
-4
/
+34
[next]