summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2021-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-05-18bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_protoDongseok Yi
2021-05-18skmsg: Remove unused parameters of sk_msg_wait_data()Cong Wang
2021-05-17netpoll: avoid put_unaligned() on single characterArnd Bergmann
2021-05-14mm: fix struct page layout on 32-bit systemsMatthew Wilcox (Oracle)
2021-05-14tcp: add tracepoint for checksum errorsJakub Kicinski
2021-05-14net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin
2021-05-14net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin
2021-05-13bpf: Use struct_size() in kzalloc()Gustavo A. R. Silva
2021-05-13net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior
2021-05-12net: really orphan skbs tied to closing skPaolo Abeni
2021-05-10rtnetlink: avoid RCU read lock when holding RTNLCong Wang
2021-05-10neighbour: Remove redundant initialization of 'bucket'Yang Li
2021-04-30net: page_pool: use alloc_pages_bulk in refill code pathJesper Dangaard Brouer
2021-04-30net: page_pool: refactor dma_map into own function page_pool_dma_mapJesper Dangaard Brouer
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-04-28net: selftest: fix build issue if INET is disabledOleksij Rempel
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-04-25Merge tag 'mlx5-updates-2021-04-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-24devlink: Extend SF port attributes to have external attributeParav Pandit
2021-04-23net: sock: remove the unnecessary check in proto_registerTonghao Zhang
2021-04-22net, xdp: Update pkt_type if generic XDP changes unicast MACMartin Willi
2021-04-21neighbour: Prevent Race condition in neighbour subsytemChinmay Agarwal
2021-04-20net: add generic selftest supportOleksij Rempel
2021-04-20Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar
2021-04-19gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment checkAlexander Lobakin
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-16flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()Gustavo A. R. Silva
2021-04-16scm: fix a typo in put_cmsg()Eric Dumazet
2021-04-15scm: optimize put_cmsg()Eric Dumazet
2021-04-14skbuff: revert "skbuff: remove some unnecessary operation in skb_segment_list()"Paolo Abeni
2021-04-13gro: ensure frag0 meets IP header alignmentEric Dumazet
2021-04-12sock_map: Fix a potential use-after-free in sock_map_close()Cong Wang
2021-04-12skmsg: Pass psock pointer to ->psock_update_sk_prot()Cong Wang
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-09net: fix hangup on napi_disable for threaded napiPaolo Abeni
2021-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-04-08ipv6: report errors for iftoken via netlink extackStephen Hemminger
2021-04-07net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin
2021-04-07net: introduce nla_policy for IFLA_NEW_IFINDEXAndrei Vagin
2021-04-07bpf, sockmap: Fix incorrect fwd_alloc accountingJohn Fastabend
2021-04-05net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-01sock_map: Update sock type checks for UDPCong Wang
2021-04-01skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang
2021-04-01sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang
2021-04-01sock_map: Kill sock_map_link_no_progs()Cong Wang
2021-04-01sock_map: Simplify sock_map_link() a bitCong Wang