summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2021-08-08net: Fix zero-copy head len calculation.Pravin B Shelar
2021-08-08bpf, sockmap: On cleanup we additionally need to remove cached skbJohn Fastabend
2021-08-08skmsg: Pass source psock to sk_psock_skb_redirect()Cong Wang
2021-08-08skmsg: Increase sk->sk_drops when dropping packetsCong Wang
2021-08-04bpf, sockmap: Zap ingress queues after stopping strparserJohn Fastabend
2021-07-31net: annotate data race around sk_ll_usecEric Dumazet
2021-07-28skbuff: Fix build with SKB extensions disabledFlorian Fainelli
2021-07-28skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey
2021-07-28bpf, sockmap: Fix potential memory leak on unlikely error caseJohn Fastabend
2021-07-28xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo
2021-07-25net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cacheAntoine Tenart
2021-07-19net: retrieve netns cookie via getsocketoptMartynas Pumputis
2021-07-19net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior
2021-07-14bpf: Do not change gso_size during bpf_skb_change_proto()Maciej Żenczykowski
2021-07-14bpf: Fix integer overflow in argument calculation for bpf_map_area_allocBui Quang Minh
2021-07-14skmsg: Teach sk_psock_verdict_apply() to return errorsCong Wang
2021-07-14skmsg: Fix a memory leak in sk_psock_verdict_apply()Cong Wang
2021-07-14skmsg: Clear skb redirect pointer before dropping itCong Wang
2021-07-14rtnetlink: avoid RCU read lock when holding RTNLCong Wang
2021-06-15net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du
2021-06-12net: make get_net_ns return error if NET_NS is disabledChangbin Du
2021-06-10skbuff: fix incorrect msg_zerocopy copy notificationsWillem de Bruijn
2021-06-09rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel
2021-06-07neighbour: allow NUD_NOARP entries to be forced GCedDavid Ahern
2021-06-03fib: Return the correct errno codeZheng Yongjun
2021-06-03rtnetlink: Fix missing error code in rtnl_bridge_notify()Jiapeng Chong
2021-06-01net: sock: fix in-kernel mark settingAlexander Aring
2021-05-27devlink: Correct VIRTUAL port to not have phys_port attributesParav Pandit
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-05-21bpf: Set mac_len in bpf_skb_change_headJussi Maki
2021-05-14mm: fix struct page layout on 32-bit systemsMatthew Wilcox (Oracle)
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-12net: really orphan skbs tied to closing skPaolo Abeni
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