summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du2021-06-151-7/+1
* net: make get_net_ns return error if NET_NS is disabledChangbin Du2021-06-121-0/+12
* skbuff: fix incorrect msg_zerocopy copy notificationsWillem de Bruijn2021-06-101-1/+3
* rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel2021-06-091-3/+5
* neighbour: allow NUD_NOARP entries to be forced GCedDavid Ahern2021-06-071-0/+1
* fib: Return the correct errno codeZheng Yongjun2021-06-031-1/+1
* rtnetlink: Fix missing error code in rtnl_bridge_notify()Jiapeng Chong2021-06-031-1/+3
* net: sock: fix in-kernel mark settingAlexander Aring2021-06-011-4/+12
* devlink: Correct VIRTUAL port to not have phys_port attributesParav Pandit2021-05-271-2/+2
* Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-263-9/+29
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-251-0/+1
| |\
| | * bpf: Set mac_len in bpf_skb_change_headJussi Maki2021-05-211-0/+1
| * | net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin2021-05-141-1/+2
| * | net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin2021-05-141-4/+22
| * | net: really orphan skbs tied to closing skPaolo Abeni2021-05-121-4/+4
| |/
* / mm: fix struct page layout on 32-bit systemsMatthew Wilcox (Oracle)2021-05-141-5/+7
|/
* net: page_pool: use alloc_pages_bulk in refill code pathJesper Dangaard Brouer2021-04-301-26/+56
* net: page_pool: refactor dma_map into own function page_pool_dma_mapJesper Dangaard Brouer2021-04-301-19/+26
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-2920-712/+1309
|\
| * net: selftest: fix build issue if INET is disabledOleksij Rempel2021-04-281-1/+1
| * 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
| |\ \ \ | | | |/ | | |/|
| * | | 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: 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