summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-262-4/+8
|\
| * neighbour: Prevent Race condition in neighbour subsytemChinmay Agarwal2021-04-211-0/+4
| * gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment checkAlexander Lobakin2021-04-191-4/+4
* | Merge tag 'mlx5-updates-2021-04-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-04-251-1/+10
|\ \
| * | devlink: Extend SF port attributes to have external attributeParav Pandit2021-04-241-1/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-252-3/+8
|\ \ \ | |/ / |/| |
| * | net, xdp: Update pkt_type if generic XDP changes unicast MACMartin Willi2021-04-221-1/+5
| * | sock_map: Fix a potential use-after-free in sock_map_close()Cong Wang2021-04-121-1/+2
| * | skmsg: Pass psock pointer to ->psock_update_sk_prot()Cong Wang2021-04-121-1/+1
* | | net: sock: remove the unnecessary check in proto_registerTonghao Zhang2021-04-231-1/+1
* | | net: add generic selftest supportOleksij Rempel2021-04-202-0/+401
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-1/+2
|\ \ \ | | |/ | |/|
| * | gro: ensure frag0 meets IP header alignmentEric Dumazet2021-04-131-1/+2
* | | flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()Gustavo A. R. Silva2021-04-161-2/+4
* | | scm: fix a typo in put_cmsg()Eric Dumazet2021-04-161-1/+1
* | | scm: optimize put_cmsg()Eric Dumazet2021-04-151-8/+15
* | | skbuff: revert "skbuff: remove some unnecessary operation in skb_segment_list()"Paolo Abeni2021-04-141-3/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-096-20/+14
|\| |
| * | net: fix hangup on napi_disable for threaded napiPaolo Abeni2021-04-091-1/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-04-081-7/+5
| |\ \
| | * | bpf, sockmap: Fix incorrect fwd_alloc accountingJohn Fastabend2021-04-071-7/+5
| * | | ipv6: report errors for iftoken via netlink extackStephen Hemminger2021-04-081-1/+1
| |/ /
| * | xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory modelOng Boon Leong2021-03-311-1/+2
| * | neighbour: Disregard DEAD dst in neigh_updateTong Zhu2021-03-311-1/+1
| * | net: let skb_orphan_partial wake-up waiters.Paolo Abeni2021-03-301-9/+3
* | | net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin2021-04-072-7/+7
* | | net: introduce nla_policy for IFLA_NEW_IFINDEXAndrei Vagin2021-04-071-3/+1
* | | net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin2021-04-052-11/+32
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-024-104/+247
|\ \
| * | sock_map: Update sock type checks for UDPCong Wang2021-04-011-1/+4
| * | skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang2021-04-011-0/+98
| * | sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang2021-04-012-25/+4
| * | sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang2021-04-012-1/+31
| * | sock_map: Kill sock_map_link_no_progs()Cong Wang2021-04-011-40/+15
| * | sock_map: Simplify sock_map_link() a bitCong Wang2021-04-011-4/+5
| * | skmsg: Use GFP_KERNEL in sk_psock_create_ingress_msg()Cong Wang2021-04-011-1/+1
| * | skmsg: Use rcu work for destroying psockCong Wang2021-04-011-12/+5
| * | skmsg: Avoid lock_sock() in sk_psock_backlog()Cong Wang2021-04-012-16/+35
| * | net: Introduce skb_send_sock() for sock_mapCong Wang2021-04-011-7/+48
| * | skmsg: Introduce a spinlock to protect ingress_msgCong Wang2021-04-011-0/+3
| * | skmsg: Lock ingress_skb when purgingCong Wang2021-04-011-1/+1
| * | bpf: selftests: Add kfunc_call testMartin KaFai Lau2021-03-261-0/+1
* | | net: core: Correct function name netevent_unregister_notifier() in the kerneldocXiongfeng Wang2021-03-281-1/+1
* | | net: core: Correct function name dev_uc_flush() in the kerneldocXiongfeng Wang2021-03-281-1/+1
* | | net: change netdev_unregister_timeout_secs min value to 1Dmitry Vyukov2021-03-252-2/+2
* | | net: core: Fix a typo in dev_addr_lists.cLu Wei2021-03-251-1/+1
|/ /
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-251-0/+6
|\ \
| * | bpf: Add getter and setter for SO_REUSEPORT through bpf_{g,s}etsockoptManu Bretelle2021-03-151-0/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-256-38/+135
|\ \ \ | | |/ | |/|
| * | net: check all name nodes in __dev_alloc_nameJiri Bohac2021-03-181-0/+12