Age | Commit message (Expand) | Author | Files | Lines |
2021-04-30 | net: page_pool: use alloc_pages_bulk in refill code path | Jesper Dangaard Brouer | 1 | -26/+56 |
2021-04-30 | net: page_pool: refactor dma_map into own function page_pool_dma_map | Jesper Dangaard Brouer | 1 | -19/+26 |
2021-04-29 | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 20 | -712/+1309 |
2021-04-29 | net: selftest: fix build issue if INET is disabled | Oleksij Rempel | 1 | -1/+1 |
2021-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -4/+8 |
2021-04-26 | Merge tag 'mlx5-updates-2021-04-21' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 1 | -1/+10 |
2021-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2 | -3/+8 |
2021-04-24 | devlink: Extend SF port attributes to have external attribute | Parav Pandit | 1 | -1/+10 |
2021-04-23 | net: sock: remove the unnecessary check in proto_register | Tonghao Zhang | 1 | -1/+1 |
2021-04-23 | net, xdp: Update pkt_type if generic XDP changes unicast MAC | Martin Willi | 1 | -1/+5 |
2021-04-22 | neighbour: Prevent Race condition in neighbour subsytem | Chinmay Agarwal | 1 | -0/+4 |
2021-04-21 | net: add generic selftest support | Oleksij Rempel | 2 | -0/+401 |
2021-04-20 | Merge tag 'v5.12-rc8' into sched/core, to pick up fixes | Ingo Molnar | 11 | -60/+154 |
2021-04-20 | gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment check | Alexander Lobakin | 1 | -4/+4 |
2021-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+2 |
2021-04-17 | flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target() | Gustavo A. R. Silva | 1 | -2/+4 |
2021-04-16 | scm: fix a typo in put_cmsg() | Eric Dumazet | 1 | -1/+1 |
2021-04-16 | scm: optimize put_cmsg() | Eric Dumazet | 1 | -8/+15 |
2021-04-14 | skbuff: revert "skbuff: remove some unnecessary operation in skb_segment_list()" | Paolo Abeni | 1 | -3/+12 |
2021-04-14 | gro: ensure frag0 meets IP header alignment | Eric Dumazet | 1 | -1/+2 |
2021-04-12 | sock_map: Fix a potential use-after-free in sock_map_close() | Cong Wang | 1 | -1/+2 |
2021-04-12 | skmsg: Pass psock pointer to ->psock_update_sk_prot() | Cong Wang | 1 | -1/+1 |
2021-04-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 6 | -20/+14 |
2021-04-09 | net: fix hangup on napi_disable for threaded napi | Paolo Abeni | 1 | -1/+2 |
2021-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -7/+5 |
2021-04-08 | ipv6: report errors for iftoken via netlink extack | Stephen Hemminger | 1 | -1/+1 |
2021-04-08 | net: remove the new_ifindex argument from dev_change_net_namespace | Andrei Vagin | 2 | -7/+7 |
2021-04-08 | net: introduce nla_policy for IFLA_NEW_IFINDEX | Andrei Vagin | 1 | -3/+1 |
2021-04-07 | bpf, sockmap: Fix incorrect fwd_alloc accounting | John Fastabend | 1 | -7/+5 |
2021-04-06 | net: Allow to specify ifindex when device is moved to another namespace | Andrei Vagin | 2 | -11/+32 |
2021-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 4 | -104/+247 |
2021-04-01 | sock_map: Update sock type checks for UDP | Cong Wang | 1 | -1/+4 |
2021-04-01 | skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data() | Cong Wang | 1 | -0/+98 |
2021-04-01 | sock: Introduce sk->sk_prot->psock_update_sk_prot() | Cong Wang | 2 | -25/+4 |
2021-04-01 | sock_map: Introduce BPF_SK_SKB_VERDICT | Cong Wang | 2 | -1/+31 |
2021-04-01 | sock_map: Kill sock_map_link_no_progs() | Cong Wang | 1 | -40/+15 |
2021-04-01 | sock_map: Simplify sock_map_link() a bit | Cong Wang | 1 | -4/+5 |
2021-04-01 | skmsg: Use GFP_KERNEL in sk_psock_create_ingress_msg() | Cong Wang | 1 | -1/+1 |
2021-04-01 | skmsg: Use rcu work for destroying psock | Cong Wang | 1 | -12/+5 |
2021-04-01 | skmsg: Avoid lock_sock() in sk_psock_backlog() | Cong Wang | 2 | -16/+35 |
2021-04-01 | net: Introduce skb_send_sock() for sock_map | Cong Wang | 1 | -7/+48 |
2021-04-01 | skmsg: Introduce a spinlock to protect ingress_msg | Cong Wang | 1 | -0/+3 |
2021-04-01 | skmsg: Lock ingress_skb when purging | Cong Wang | 1 | -1/+1 |
2021-04-01 | xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory model | Ong Boon Leong | 1 | -1/+2 |
2021-04-01 | neighbour: Disregard DEAD dst in neigh_update | Tong Zhu | 1 | -1/+1 |
2021-03-30 | net: let skb_orphan_partial wake-up waiters. | Paolo Abeni | 1 | -9/+3 |
2021-03-29 | net: core: Correct function name netevent_unregister_notifier() in the kerneldoc | Xiongfeng Wang | 1 | -1/+1 |
2021-03-29 | net: core: Correct function name dev_uc_flush() in the kerneldoc | Xiongfeng Wang | 1 | -1/+1 |
2021-03-27 | bpf: selftests: Add kfunc_call test | Martin KaFai Lau | 1 | -0/+1 |
2021-03-26 | net: change netdev_unregister_timeout_secs min value to 1 | Dmitry Vyukov | 2 | -2/+2 |