| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | net: use indirect call wrappers for skb_copy_datagram_iter() | Eric Dumazet | 2020-03-25 | 1 | -3/+11 |
* | | | | | devlink: Only pass packet trap group identifier in trap structure | Ido Schimmel | 2020-03-23 | 1 | -4/+17 |
* | | | | | devlink: Stop reference counting packet trap groups | Ido Schimmel | 2020-03-23 | 1 | -96/+5 |
* | | | | | devlink: Add API to register packet trap groups | Ido Schimmel | 2020-03-23 | 1 | -0/+117 |
* | | | | | net: Make skb_segment not to compute checksum if network controller supports ... | Yadu Kishore | 2020-03-23 | 1 | -8/+15 |
| |_|/ /
|/| | | |
|
* | | | | netfilter: revert introduction of egress hook | Daniel Borkmann | 2020-03-18 | 1 | -22/+5 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2020-03-17 | 1 | -5/+22 |
|\ \ \ \ |
|
| * | | | | netfilter: Introduce egress hook | Lukas Wunner | 2020-03-18 | 1 | -3/+20 |
| * | | | | netfilter: Generalize ingress hook | Lukas Wunner | 2020-03-18 | 1 | -1/+1 |
| * | | | | netfilter: Rename ingress hook include file | Lukas Wunner | 2020-03-18 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* / | | | net: ethtool: require drivers to set supported_coalesce_params | Jakub Kicinski | 2020-03-17 | 1 | -0/+4 |
|/ / / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-03-13 | 2 | -44/+178 |
|\ \ \ |
|
| * | | | bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHER | Björn Töpel | 2020-03-13 | 1 | -3/+2 |
| * | | | bpf: Add bpf_xdp_output() helper | Eelco Chaudron | 2020-03-12 | 1 | -1/+15 |
| * | | | bpf: sockmap: Add UDP support | Lorenz Bauer | 2020-03-09 | 1 | -4/+33 |
| * | | | bpf: sockmap: Simplify sock_map_init_proto | Lorenz Bauer | 2020-03-09 | 1 | -15/+4 |
| * | | | bpf: sockmap: Move generic sockmap hooks from BPF TCP | Lorenz Bauer | 2020-03-09 | 1 | -5/+101 |
| * | | | bpf: tcp: Move assertions into tcp_bpf_get_proto | Lorenz Bauer | 2020-03-09 | 1 | -16/+9 |
| * | | | bpf: sockmap: Only check ULP for TCP sockets | Lorenz Bauer | 2020-03-09 | 1 | -4/+2 |
| * | | | bpf: Add gso_size to __sk_buff | Willem de Bruijn | 2020-03-03 | 1 | -14/+30 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-03-12 | 3 | -23/+62 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | net: memcg: late association of sock to memcg | Shakeel Butt | 2020-03-10 | 1 | -1/+4 |
| * | | | cgroup, netclassid: periodically release file_lock on classid updating | Dmitry Yakunin | 2020-03-09 | 1 | -10/+37 |
| | |/
| |/| |
|
| * | | devlink: validate length of region addr/len | Jakub Kicinski | 2020-03-03 | 1 | -0/+2 |
| * | | devlink: validate length of param values | Jakub Kicinski | 2020-03-03 | 1 | -12/+19 |
* | | | flow_offload: Add flow_match_ct to get rule ct match | Paul Blakey | 2020-03-12 | 1 | -0/+7 |
* | | | Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa... | David S. Miller | 2020-03-12 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | net: sched: Pass ingress block to tcf_classify_ingress | Paul Blakey | 2020-02-19 | 1 | -2/+2 |
| * | | | net: sched: Introduce ingress classification function | Paul Blakey | 2020-02-19 | 1 | -1/+2 |
* | | | | Revert "net: sched: make newly activated qdiscs visible" | Julian Wiedmann | 2020-03-12 | 1 | -1/+0 |
* | | | | net: sched: make newly activated qdiscs visible | Julian Wiedmann | 2020-03-11 | 1 | -0/+1 |
* | | | | pktgen: Allow on loopback device | Lukas Wunner | 2020-03-10 | 1 | -2/+2 |
* | | | | devlink: Introduce devlink port flavour virtual | Parav Pandit | 2020-03-03 | 1 | -0/+2 |
| |_|/
|/| | |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-02-29 | 3 | -15/+280 |
|\ \ \ |
|
| * | | | bpf: INET_DIAG support in bpf_sk_storage | Martin KaFai Lau | 2020-02-27 | 1 | -6/+277 |
| * | | | bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites. | David Miller | 2020-02-24 | 2 | -9/+3 |
* | | | | net: datagram: drop 'destructor' argument from several helpers | Paolo Abeni | 2020-02-28 | 1 | -18/+7 |
* | | | | net: core: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-02-28 | 3 | -3/+3 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-02-27 | 2 | -15/+25 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | net: core: devlink.c: Use built-in RCU list checking | Madhuparna Bhowmik | 2020-02-26 | 1 | -9/+10 |
| * | | | net: Fix Tx hash bound checking | Amritha Nambiar | 2020-02-26 | 1 | -0/+2 |
| * | | | net: core: devlink.c: Hold devlink->lock from the beginning of devlink_dpipe_... | Madhuparna Bhowmik | 2020-02-23 | 1 | -7/+14 |
* | | | | net: fix sysfs permssions when device changes network namespace | Christian Brauner | 2020-02-26 | 1 | -1/+8 |
* | | | | net-sysfs: add queue_change_owner() | Christian Brauner | 2020-02-26 | 1 | -0/+106 |
* | | | | net-sysfs: add netdev_change_owner() | Christian Brauner | 2020-02-26 | 2 | -0/+29 |
* | | | | devlink: extend devlink_trap_report() to accept cookie and pass | Jiri Pirko | 2020-02-25 | 1 | -3/+8 |
* | | | | drop_monitor: extend by passing cookie from driver | Jiri Pirko | 2020-02-25 | 1 | -1/+32 |
* | | | | devlink: add trap metadata type for cookie | Jiri Pirko | 2020-02-25 | 1 | -0/+3 |
* | | | | flow_offload: pass action cookie through offload structures | Jiri Pirko | 2020-02-25 | 1 | -0/+21 |
* | | | | devlink: add ACL generic packet traps | Jiri Pirko | 2020-02-24 | 1 | -0/+3 |