summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2021-06-09devlink: Fix error message in devlink_rate_set_ops_supported()Dan Carpenter1-1/+1
2021-06-07page_pool: Allow drivers to hint on SKB recyclingIlias Apalodimas2-4/+38
2021-06-07skbuff: add a parameter to __skb_frag_unrefMatteo Croce1-2/+2
2021-06-07mm: add a signature in struct pageMatteo Croce1-0/+6
2021-06-07pktgen: add pktgen_handle_all_threads() for the same codeYejune Deng1-25/+13
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-7/+23
2021-06-04sock: expose so_timestamping options for mptcpFlorian Westphal1-35/+36
2021-06-04sock: expose so_timestamp options for mptcpFlorian Westphal1-7/+19
2021-06-03fib: 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-03rtnetlink: Fix spelling mistakesZheng Yongjun1-4/+4
2021-06-02devlink: Allow setting parent node of rate objectsDmytro Linkin1-2/+123
2021-06-02devlink: Introduce rate nodesDmytro Linkin1-7/+231
2021-06-02devlink: Allow setting tx rate for devlink rate leaf objectsDmytro Linkin1-0/+86
2021-06-02devlink: Introduce rate objectDmytro Linkin1-1/+228
2021-06-01net: sock: fix in-kernel mark settingAlexander Aring1-4/+12
2021-06-01netpoll: don't require irqs disabled in rt kernelsWander Lairson Costa1-1/+3
2021-05-27devlink: Correct VIRTUAL port to not have phys_port attributesParav Pandit1-2/+2
2021-05-27devlink: append split port number to the port nameJiri Pirko1-6/+4
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-14/+36
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-9/+29
2021-05-25Merge 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-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-11/+14
2021-05-18bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_protoDongseok Yi1-9/+13
2021-05-18skmsg: Remove unused parameters of sk_msg_wait_data()Cong Wang1-2/+1
2021-05-14mm: fix struct page layout on 32-bit systemsMatthew Wilcox (Oracle)1-5/+7
2021-05-14tcp: add tracepoint for checksum errorsJakub Kicinski1-0/+1
2021-05-14net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin1-1/+2
2021-05-14net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin1-4/+22
2021-05-13bpf: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2021-05-13net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior1-2/+9
2021-05-12net: really orphan skbs tied to closing skPaolo Abeni1-4/+4
2021-05-10rtnetlink: avoid RCU read lock when holding RTNLCong Wang1-19/+7
2021-05-10neighbour: Remove redundant initialization of 'bucket'Yang Li1-1/+1
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-28net: 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-25Merge tag 'mlx5-updates-2021-04-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-1/+10
2021-04-25Merge 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-22net, xdp: Update pkt_type if generic XDP changes unicast MACMartin Willi1-1/+5
2021-04-21neighbour: Prevent Race condition in neighbour subsytemChinmay Agarwal1-0/+4
2021-04-20net: add generic selftest supportOleksij Rempel2-0/+401
2021-04-20Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar11-60/+154
2021-04-19gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment checkAlexander Lobakin1-4/+4
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2