summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | netfilter: nf_tables: statify nft_expr_init()Pablo Neira Ayuso2020-03-151-2/+0
| | * | | | | | netfilter: nf_tables: add nft_set_elem_expr_alloc()Pablo Neira Ayuso2020-03-151-0/+4
| | * | | | | | nft_set_pipapo: Introduce AVX2-based lookup implementationStefano Brivio2020-03-151-0/+1
| | * | | | | | netfilter: flowtable: add tunnel match offload supportwenxu2020-03-151-0/+6
| | * | | | | | netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-153-5/+5
| | * | | | | | netfilter: nf_tables: make all set structs constFlorian Westphal2020-03-152-10/+6
| | * | | | | | netfilter: nf_tables: make sets built-inFlorian Westphal2020-03-151-6/+0
| * | | | | | | net_sched: add qdisc_watchdog_schedule_range_ns()Eric Dumazet2020-03-171-1/+9
| * | | | | | | net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski2020-03-171-26/+23
| | |_|/ / / / | |/| | | | |
| * | | | | | macsec: Netlink support of XPN cipher suites (IEEE 802.1AEbw)Era Mayflower2020-03-161-0/+3
| * | | | | | macsec: Support XPN frame handling - IEEE 802.1AEbwEra Mayflower2020-03-161-3/+42
| |/ / / / /
| * | | | | net: sched: RED: Introduce an ECN nodrop modePetr Machata2020-03-142-0/+6
| * | | | | net: sched: Allow extending set of supported RED flagsPetr Machata2020-03-141-0/+33
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-133-9/+22
| |\ \ \ \ \
| | * | | | | bpf: Add sockmap hooks for UDP socketsLorenz Bauer2020-03-091-0/+5
| | * | | | | bpf: sockmap: Move generic sockmap hooks from BPF TCPLorenz Bauer2020-03-091-6/+9
| | * | | | | bpf: tcp: Guard declarations with CONFIG_NET_SOCK_MSGLorenz Bauer2020-03-091-2/+2
| | * | | | | bpf: tcp: Move assertions into tcp_bpf_get_protoLorenz Bauer2020-03-091-1/+0
| | * | | | | bpf: sockmap: Only check ULP for TCP socketsLorenz Bauer2020-03-091-0/+6
| * | | | | | Merge tag 'ieee802154-for-davem-2020-03-13' of git://git.kernel.org/pub/scm/l...David S. Miller2020-03-131-1/+1
| |\ \ \ \ \ \
| | * | | | | | cfg802154: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-291-1/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-0/+1
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | flow_offload: Add flow_match_ct to get rule ct matchPaul Blakey2020-03-121-0/+6
| * | | | | | | net/sched: act_ct: Enable hardware offload of flow table entiresPaul Blakey2020-03-122-0/+11
| * | | | | | | net/sched: act_ct: Support refreshing the flow table entriesPaul Blakey2020-03-121-0/+3
| * | | | | | | net/sched: act_ct: Support restoring conntrack info on skbsPaul Blakey2020-03-122-0/+8
| * | | | | | | net/sched: act_ct: Instantiate flow table entry actionsPaul Blakey2020-03-122-0/+28
| * | | | | | | netfilter: flowtable: Add API for registering to flow table eventsPaul Blakey2020-03-121-0/+6
| * | | | | | | Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller2020-03-122-0/+16
| |\ \ \ \ \ \ \
| | * | | | | | | net: sched: Pass ingress block to tcf_classify_ingressPaul Blakey2020-02-192-2/+8
| | * | | | | | | net: sched: Introduce ingress classification functionPaul Blakey2020-02-191-0/+10
| * | | | | | | | tcp: bind(0) remove the SO_REUSEADDR restriction when ephemeral ports are exh...Kuniyuki Iwashima2020-03-121-0/+1
| * | | | | | | | Revert "net: sched: make newly activated qdiscs visible"Julian Wiedmann2020-03-121-6/+0
| * | | | | | | | net: sched: make newly activated qdiscs visibleJulian Wiedmann2020-03-111-0/+6
| * | | | | | | | flow_offload: restrict driver to pass one allowed bit to flow_action_hw_stats...Jiri Pirko2020-03-101-7/+17
| * | | | | | | | flow_offload: turn hw_stats_type into dedicated enumJiri Pirko2020-03-101-6/+16
| * | | | | | | | flow_offload: fix allowed types checkJiri Pirko2020-03-101-1/+1
| * | | | | | | | flow_offload: use flow_action_for_each in flow_action_mixed_hw_stats_types_ch...Jiri Pirko2020-03-101-5/+6
| * | | | | | | | sched: act: allow user to specify type of HW stats for a filterJiri Pirko2020-03-081-0/+4
| * | | | | | | | flow_offload: introduce "disabled" HW stats type and allow it in mlxswJiri Pirko2020-03-081-0/+1
| * | | | | | | | flow_offload: introduce "delayed" HW stats type and allow it in mlx5Jiri Pirko2020-03-081-1/+3
| * | | | | | | | flow_offload: introduce "immediate" HW stats type and allow it in mlxswJiri Pirko2020-03-081-1/+2
| * | | | | | | | flow_offload: check for basic action hw stats typeJiri Pirko2020-03-081-0/+61
| * | | | | | | | flow_offload: Introduce offload of HW stats typeJiri Pirko2020-03-081-0/+3
| * | | | | | | | net: sched: Make FIFO Qdisc offloadablePetr Machata2020-03-051-0/+15
| * | | | | | | | pie: realign commentLeslie Monis2020-03-041-9/+9
| * | | | | | | | pie: remove pie_vars->accu_prob_overflowsLeslie Monis2020-03-041-4/+1
| * | | | | | | | pie: use term backlog instead of qlenLeslie Monis2020-03-041-5/+5
| * | | | | | | | net: dsa: Add bypass operations for the flower classifier-action filterVladimir Oltean2020-03-031-0/+6
| * | | | | | | | net/sched: act_ct: Create nf flow table per zonePaul Blakey2020-03-031-0/+2
| | |_|_|/ / / / | |/| | | | | |