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
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
2019-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2019-08-24
flow_dissector: Fix potential use-after-free on BPF_PROG_DETACH
Jakub Sitnicki
1
-1
/
+1
2019-07-25
bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_...
Stanislav Fomichev
1
-0
/
+9
2019-07-25
bpf/flow_dissector: pass input flags to BPF flow dissector program
Stanislav Fomichev
1
-2
/
+10
2019-07-09
net/flow_dissector: add connection tracking dissection
Paul Blakey
1
-0
/
+44
2019-06-19
flow_dissector: add support for ingress ifindex dissection
Jiri Pirko
1
-0
/
+16
2019-06-03
flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flag
Stanislav Fomichev
1
-9
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-13
flow_dissector: disable preemption around BPF calls
Eric Dumazet
1
-0
/
+2
2019-04-25
bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_type
Stanislav Fomichev
1
-0
/
+39
2019-04-23
flow_dissector: handle no-skb use case
Stanislav Fomichev
1
-27
/
+25
2019-04-23
net: plumb network namespace into __skb_flow_dissect
Stanislav Fomichev
1
-10
/
+17
2019-04-23
flow_dissector: switch kernel context to struct bpf_flow_dissector
Stanislav Fomichev
1
-25
/
+20
2019-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2019-04-03
flow_dissector: fix clamping of BPF flow_keys for non-zero nhoff
Stanislav Fomichev
1
-1
/
+2
2019-04-03
net/flow_dissector: pass flow_keys->n_proto to BPF programs
Stanislav Fomichev
1
-0
/
+1
2019-03-27
net/core: Document __skb_flow_dissect() flags argument
Bart Van Assche
1
-0
/
+2
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
[next]