summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2021-09-03rtnetlink: Return correct error on changing device netnsAndrey Ignatov1-1/+2
2021-08-18net: linkwatch: fix failure to restore device state across suspend/resumeWilly Tarreau1-2/+3
2021-08-08net: Fix zero-copy head len calculation.Pravin B Shelar1-1/+4
2021-08-08bpf, sockmap: On cleanup we additionally need to remove cached skbJohn Fastabend1-6/+29
2021-08-08skmsg: Pass source psock to sk_psock_skb_redirect()Cong Wang1-5/+6
2021-08-08skmsg: Increase sk->sk_drops when dropping packetsCong Wang1-8/+14
2021-08-04bpf, sockmap: Zap ingress queues after stopping strparserJohn Fastabend1-2/+2
2021-07-31net: annotate data race around sk_ll_usecEric Dumazet1-1/+1
2021-07-28skbuff: Fix build with SKB extensions disabledFlorian Fainelli1-1/+2
2021-07-28skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey2-0/+14
2021-07-28bpf, sockmap: Fix potential memory leak on unlikely error caseJohn Fastabend1-5/+11
2021-07-28xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo1-4/+10
2021-07-25net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cacheAntoine Tenart1-0/+2
2021-07-19net: retrieve netns cookie via getsocketoptMartynas Pumputis1-0/+7
2021-07-19net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior1-2/+9
2021-07-14bpf: Do not change gso_size during bpf_skb_change_proto()Maciej Żenczykowski1-4/+0
2021-07-14bpf: Fix integer overflow in argument calculation for bpf_map_area_allocBui Quang Minh1-1/+1
2021-07-14skmsg: Teach sk_psock_verdict_apply() to return errorsCong Wang1-9/+14
2021-07-14skmsg: Fix a memory leak in sk_psock_verdict_apply()Cong Wang1-0/+5
2021-07-14skmsg: Clear skb redirect pointer before dropping itCong Wang1-0/+2
2021-07-14rtnetlink: avoid RCU read lock when holding RTNLCong Wang1-19/+7
2021-06-15net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du1-7/+1
2021-06-12net: make get_net_ns return error if NET_NS is disabledChangbin Du1-0/+12
2021-06-10skbuff: fix incorrect msg_zerocopy copy notificationsWillem de Bruijn1-1/+3
2021-06-10rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel1-3/+5
2021-06-08neighbour: allow NUD_NOARP entries to be forced GCedDavid Ahern1-0/+1
2021-06-04fib: Return the correct errno codeZheng Yongjun1-1/+1
2021-06-03rtnetlink: Fix missing error code in rtnl_bridge_notify()Jiapeng Chong1-1/+3
2021-06-02net: sock: fix in-kernel mark settingAlexander Aring1-4/+12
2021-05-28devlink: Correct VIRTUAL port to not have phys_port attributesParav Pandit1-2/+2
2021-05-27Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-9/+29
2021-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+1
2021-05-21bpf: Set mac_len in bpf_skb_change_headJussi Maki1-0/+1
2021-05-15mm: fix struct page layout on 32-bit systemsMatthew Wilcox (Oracle)1-5/+7
2021-05-15net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin1-1/+2
2021-05-15net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin1-4/+22
2021-05-12net: really orphan skbs tied to closing skPaolo Abeni1-4/+4
2021-04-30net: page_pool: use alloc_pages_bulk in refill code pathJesper Dangaard Brouer1-26/+56
2021-04-30net: page_pool: refactor dma_map into own function page_pool_dma_mapJesper Dangaard Brouer1-19/+26
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds20-712/+1309
2021-04-29net: selftest: fix build issue if INET is disabledOleksij Rempel1-1/+1
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-4/+8
2021-04-26Merge tag 'mlx5-updates-2021-04-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-1/+10
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-3/+8
2021-04-24devlink: Extend SF port attributes to have external attributeParav Pandit1-1/+10
2021-04-23net: sock: remove the unnecessary check in proto_registerTonghao Zhang1-1/+1
2021-04-23net, xdp: Update pkt_type if generic XDP changes unicast MACMartin Willi1-1/+5
2021-04-22neighbour: Prevent Race condition in neighbour subsytemChinmay Agarwal1-0/+4
2021-04-21net: add generic selftest supportOleksij Rempel2-0/+401
2021-04-20Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar11-60/+154