| Commit message (Expand) | Author | Age | Files | Lines |
* | gro: ensure frag0 meets IP header alignment | Eric Dumazet | 2021-04-13 | 1 | -1/+2 |
* | net: fix hangup on napi_disable for threaded napi | Paolo Abeni | 2021-04-09 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2021-04-08 | 1 | -7/+5 |
|\ |
|
| * | bpf, sockmap: Fix incorrect fwd_alloc accounting | John Fastabend | 2021-04-07 | 1 | -7/+5 |
* | | ipv6: report errors for iftoken via netlink extack | Stephen Hemminger | 2021-04-08 | 1 | -1/+1 |
|/ |
|
* | xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory model | Ong Boon Leong | 2021-03-31 | 1 | -1/+2 |
* | neighbour: Disregard DEAD dst in neigh_update | Tong Zhu | 2021-03-31 | 1 | -1/+1 |
* | net: let skb_orphan_partial wake-up waiters. | Paolo Abeni | 2021-03-30 | 1 | -9/+3 |
* | net: check all name nodes in __dev_alloc_name | Jiri Bohac | 2021-03-18 | 1 | -0/+12 |
* | net: fix race between napi kthread mode and busy poll | Wei Wang | 2021-03-17 | 1 | -1/+18 |
* | can: dev: Move device back to init netns on owning netns delete | Martin Willi | 2021-03-16 | 1 | -1/+1 |
* | flow_dissector: fix byteorder of dissected ICMP ID | Alexander Lobakin | 2021-03-14 | 1 | -1/+1 |
* | net: sock: simplify tw proto registration | Tonghao Zhang | 2021-03-11 | 1 | -16/+28 |
* | drop_monitor: Perform cleanup upon probe registration failure | Ido Schimmel | 2021-03-10 | 1 | -0/+23 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2021-03-10 | 1 | -2/+10 |
|\ |
|
| * | bpf: BPF-helper for MTU checking add length input | Jesper Dangaard Brouer | 2021-03-08 | 1 | -2/+10 |
* | | net, bpf: Fix ip6ip6 crash with collect_md populated skbs | Daniel Borkmann | 2021-03-10 | 1 | -22/+9 |
* | | net: Consolidate common blackhole dst ops | Daniel Borkmann | 2021-03-10 | 1 | -0/+38 |
|/ |
|
* | rtnetlink: using dev_base_seq from target net | zhang kai | 2021-03-03 | 1 | -1/+1 |
* | net: expand textsearch ts_state to fit skb_seq_state | Willem de Bruijn | 2021-03-01 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2021-02-16 | 1 | -3/+3 |
|\ |
|
| * | flow_dissector: fix TTL and TOS dissection on IPv4 fragments | Davide Caratti | 2021-02-12 | 1 | -3/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2021-02-16 | 4 | -41/+259 |
|\ \ |
|
| * | | bpf: Drop MTU check when doing TC-BPF redirect to ingress | Jesper Dangaard Brouer | 2021-02-13 | 2 | -21/+17 |
| * | | bpf: Add BPF-helper for MTU checking | Jesper Dangaard Brouer | 2021-02-13 | 1 | -0/+114 |
| * | | bpf: bpf_fib_lookup return MTU value as output when looked up | Jesper Dangaard Brouer | 2021-02-13 | 1 | -7/+15 |
| * | | bpf: Fix bpf_fib_lookup helper MTU check for SKB ctx | Jesper Dangaard Brouer | 2021-02-13 | 1 | -3/+10 |
| * | | bpf: Remove MTU check in __bpf_skb_max_len | Jesper Dangaard Brouer | 2021-02-13 | 1 | -8/+4 |
| * | | bpf: Expose bpf_get_socket_cookie to tracing programs | Florent Revest | 2021-02-11 | 1 | -0/+12 |
| * | | net, veth: Alloc skb in bulk for ndo_xdp_xmit | Lorenzo Bianconi | 2021-02-04 | 1 | -0/+11 |
| * | | bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_RECVMSG | Stanislav Fomichev | 2021-01-29 | 1 | -0/+4 |
| * | | bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_INET{4,6}_GET{PEER,SOCK}NAME | Stanislav Fomichev | 2021-01-29 | 1 | -0/+8 |
| * | | bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_SENDMSG | Stanislav Fomichev | 2021-01-29 | 1 | -0/+4 |
| * | | skmsg: Make sk_psock_destroy() static | Cong Wang | 2021-01-28 | 1 | -2/+1 |
| * | | net, xdp: Introduce xdp_build_skb_from_frame utility routine | Lorenzo Bianconi | 2021-01-20 | 1 | -0/+15 |
| * | | net, xdp: Introduce __xdp_build_skb_from_frame utility routine | Lorenzo Bianconi | 2021-01-20 | 1 | -0/+44 |
* | | | skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeing | Alexander Lobakin | 2021-02-13 | 2 | -11/+10 |
* | | | skbuff: allow to use NAPI cache from __napi_alloc_skb() | Alexander Lobakin | 2021-02-13 | 1 | -2/+3 |
* | | | skbuff: allow to optionally use NAPI cache from __alloc_skb() | Alexander Lobakin | 2021-02-13 | 1 | -1/+5 |
* | | | skbuff: introduce {,__}napi_build_skb() which reuses NAPI cache heads | Alexander Lobakin | 2021-02-13 | 1 | -13/+81 |
* | | | skbuff: move NAPI cache declarations upper in the file | Alexander Lobakin | 2021-02-13 | 1 | -45/+45 |
* | | | skbuff: remove __kfree_skb_flush() | Alexander Lobakin | 2021-02-13 | 2 | -18/+1 |
* | | | skbuff: use __build_skb_around() in __alloc_skb() | Alexander Lobakin | 2021-02-13 | 1 | -17/+1 |
* | | | skbuff: simplify __alloc_skb() a bit | Alexander Lobakin | 2021-02-13 | 1 | -6/+5 |
* | | | skbuff: make __build_skb_around() return void | Alexander Lobakin | 2021-02-13 | 1 | -7/+6 |
* | | | skbuff: simplify kmalloc_reserve() | Alexander Lobakin | 2021-02-13 | 1 | -5/+2 |
* | | | skbuff: move __alloc_skb() next to the other skb allocation functions | Alexander Lobakin | 2021-02-13 | 1 | -142/+142 |
* | | | net/sock: Add kernel config SOCK_RX_QUEUE_MAPPING | Tariq Toukan | 2021-02-11 | 1 | -1/+1 |
* | | | net: fix dev_ifsioc_locked() race condition | Cong Wang | 2021-02-11 | 3 | -14/+50 |
* | | | net: initialize net->net_cookie at netns setup | Eric Dumazet | 2021-02-11 | 2 | -21/+6 |