| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanup | John Fastabend | 2020-10-29 | 1 | -7/+7 |
* | net: Properly typecast int values to set sk_max_pacing_rate | Ke Li | 2020-10-29 | 2 | -2/+3 |
* | socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabled | Christian Eggers | 2020-10-29 | 1 | -1/+0 |
* | socket: fix option SO_TIMESTAMPING_NEW | Christian Eggers | 2020-10-29 | 1 | -7/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 2020-10-08 | 1 | -0/+6 |
|\ |
|
| * | bpf: Fix "unresolved symbol" build error with resolve_btfids | Yonghong Song | 2020-10-01 | 1 | -0/+6 |
* | | net/core: check length before updating Ethertype in skb_mpls_{push,pop} | Guillaume Nault | 2020-10-04 | 1 | -2/+2 |
|/ |
|
* | net: core: add nested_level variable in net_device | Taehee Yoo | 2020-09-28 | 2 | -19/+78 |
* | net: core: introduce struct netdev_nested_priv for nested interface infrastru... | Taehee Yoo | 2020-09-28 | 1 | -22/+37 |
* | net: core: add __netdev_upper_dev_unlink() | Taehee Yoo | 2020-09-28 | 1 | -10/+16 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2020-09-15 | 1 | -9/+9 |
|\ |
|
| * | bpf: Bpf_skc_to_* casting helpers require a NULL check on sk | Martin KaFai Lau | 2020-09-15 | 1 | -7/+7 |
| * | bpf: Fix clobbering of r2 in bpf_gen_ld_abs | Daniel Borkmann | 2020-09-08 | 1 | -2/+2 |
* | | ipv4: Initialize flowi4_multipath_hash in data path | David Ahern | 2020-09-14 | 1 | -0/+1 |
* | | net: Fix bridge enslavement failure | Ido Schimmel | 2020-09-10 | 1 | -1/+1 |
* | | net: Correct the comment of dst_dev_put() | Miaohe Lin | 2020-09-10 | 1 | -1/+1 |
* | | fib: fix fib_rule_ops indirect call wrappers when CONFIG_IPV6=m | Brian Vazquez | 2020-09-08 | 1 | -1/+1 |
* | | Revert "netns: don't disable BHs when locking "nsid_lock"" | Taehee Yoo | 2020-09-07 | 1 | -11/+11 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-09-03 | 5 | -4/+7 |
|\ \ |
|
| * | | pktgen: fix error message with wrong function name | Leesoo Ahn | 2020-09-01 | 1 | -1/+1 |
| |/ |
|
| * | 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 |
* | | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 8 | -12/+11 |
|/ |
|
* | 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 |