summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | 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: resolve forwarding path from virtual netdevice and HW destination addressPablo Neira Ayuso2021-03-241-0/+46
| * | | | | net: make unregister netdev warning timeout configurableDmitry Vyukov2021-03-232-1/+15
| * | | | | net: set initial device refcount to 1Eric Dumazet2021-03-221-3/+6
| * | | | | net-sysfs: remove possible sleep from an RCU read-side critical sectionAntoine Tenart2021-03-221-1/+1