| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Fix some comments | Miaohe Lin | 2020-08-27 | 1 | -1/+1 |
* | net: disable netpoll on fresh napis | Jakub Kicinski | 2020-08-26 | 2 | -2/+3 |
* | net: Get rid of consume_skb when tracing is off | Herbert Xu | 2020-08-24 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2020-08-21 | 1 | -6/+8 |
|\ |
|
| * | bpf: xdp: Fix XDP mode when no mode flags specified | Andrii Nakryiko | 2020-08-20 | 1 | -6/+8 |
* | | net: handle the return value of pskb_carve_frag_list() correctly | Miaohe Lin | 2020-08-18 | 1 | -3/+7 |
|/ |
|
* | Revert "net: xdp: pull ethernet header off packet after computing skb->protocol" | David S. Miller | 2020-08-17 | 1 | -1/+0 |
* | net: devlink: Remove overzealous WARN_ON with snapshots | Andrew Lunn | 2020-08-16 | 1 | -1/+1 |
* | net: Fix potential wrong skb->protocol in skb_vlan_untag() | Miaohe Lin | 2020-08-16 | 1 | -2/+2 |
* | net: xdp: pull ethernet header off packet after computing skb->protocol | Jason A. Donenfeld | 2020-08-16 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2020-08-14 | 2 | -17/+66 |
|\ |
|
| * | bpf: sock_ops sk access may stomp registers when dst_reg = src_reg | John Fastabend | 2020-08-13 | 1 | -11/+38 |
| * | bpf: sock_ops ctx access may stomp registers in corner case | John Fastabend | 2020-08-13 | 1 | -2/+24 |
| * | bpf: Fix XDP FD-based attach/detach logic around XDP_FLAGS_UPDATE_IF_NOEXIST | Andrii Nakryiko | 2020-08-12 | 1 | -4/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-08-13 | 4 | -24/+52 |
|\ \ |
|
| * | | net: accept an empty mask in /sys/class/net/*/queues/rx-*/rps_cpus | Eric Dumazet | 2020-08-12 | 1 | -5/+7 |
| * | | net: Fix potential memory leak in proto_register() | Miaohe Lin | 2020-08-11 | 1 | -10/+15 |
| |/ |
|
| * | net: Use helper function ip_is_fragment() | Miaohe Lin | 2020-08-08 | 1 | -1/+1 |
| * | bpf: Change uapi for bpf iterator map elements | Yonghong Song | 2020-08-06 | 1 | -8/+29 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-08-07 | 1 | -1/+1 |
|\ \ |
|
| * | | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 2020-08-07 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland... | Linus Torvalds | 2020-08-06 | 1 | -0/+8 |
|\ \
| |/
|/| |
|
| * | net: sock: add sock_set_mark | Alexander Aring | 2020-08-06 | 1 | -0/+8 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2020-08-05 | 15 | -525/+1831 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-08-03 | 5 | -146/+626 |
| |\ \ |
|
| | * | | bpf: Add support for forced LINK_DETACH command | Andrii Nakryiko | 2020-08-01 | 1 | -1/+10 |
| | * | | bpf: Expose socket storage to BPF_PROG_TYPE_CGROUP_SOCK | Stanislav Fomichev | 2020-07-31 | 2 | -0/+13 |
| | * | | bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands | Andrii Nakryiko | 2020-07-25 | 2 | -13/+0 |
| | * | | bpf: Implement BPF XDP link-specific introspection APIs | Andrii Nakryiko | 2020-07-25 | 1 | -0/+31 |
| | * | | bpf, xdp: Implement LINK_UPDATE for BPF XDP link | Andrii Nakryiko | 2020-07-25 | 1 | -0/+43 |
| | * | | bpf, xdp: Add bpf_link-based XDP attachment API | Andrii Nakryiko | 2020-07-25 | 1 | -6/+163 |
| | * | | bpf, xdp: Extract common XDP program attachment logic | Andrii Nakryiko | 2020-07-25 | 1 | -74/+91 |
| | * | | bpf, xdp: Maintain info on attached XDP BPF programs in net_device | Andrii Nakryiko | 2020-07-25 | 2 | -73/+90 |
| | * | | bpf: Implement bpf iterator for sock local storage map | Yonghong Song | 2020-07-25 | 1 | -0/+206 |
| * | | | devlink: Pass extack when setting trap's action and group's parameters | Ido Schimmel | 2020-08-03 | 1 | -3/+5 |
| * | | | devlink: Add early_drop trap | Amit Cohen | 2020-08-03 | 1 | -0/+1 |
| * | | | fib: Fix undef compile warning | YueHaibing | 2020-08-03 | 1 | -1/+1 |
| * | | | net: Pass NULL to skb_network_protocol() when we don't care about vlan depth | Miaohe Lin | 2020-08-03 | 1 | -2/+1 |
| * | | | net: Use __skb_pagelen() directly in skb_cow_data() | Miaohe Lin | 2020-08-03 | 1 | -1/+1 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-08-02 | 1 | -6/+19 |
| |\ \ \ |
|
| * | | | | fib: fix another fib_rules_ops indirect call wrapper problem | Brian Vazquez | 2020-08-01 | 1 | -0/+6 |
| * | | | | rtnetlink: add support for protodown reason | Roopa Prabhu | 2020-07-31 | 2 | -5/+133 |
| * | | | | tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATS | Yousuk Seung | 2020-07-31 | 1 | -1/+1 |
| * | | | | net: Pass NULL to skb_network_protocol() when we don't care about vlan depth | Miaohe Lin | 2020-07-31 | 1 | -2/+1 |
| * | | | | fib: fix fib_rules_ops indirect calls wrappers | Brian Vazquez | 2020-07-29 | 1 | -13/+20 |
| * | | | | fib: use indirect call wrappers in the most common fib_rules_ops | Brian Vazquez | 2020-07-28 | 1 | -4/+14 |
| | |/ /
| |/| | |
|
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-07-25 | 5 | -3/+6 |
| |\ \ \ |
|
| * | | | | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 2020-07-24 | 1 | -1/+1 |
| * | | | | net: switch sock_set_timeout to sockptr_t | Christoph Hellwig | 2020-07-24 | 1 | -14/+12 |
| * | | | | net: switch sock_set_timeout to sockptr_t | Christoph Hellwig | 2020-07-24 | 1 | -6/+9 |