summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2021-06-14net: flow_dissector: fix RPS on DSA mastersVladimir Oltean1-2/+2
2021-06-14net: core: devlink: add dropped stats traps fieldOleksandr Mazur1-4/+49
2021-06-12wwan: add interface creation supportJohannes Berg1-0/+1
2021-06-12rtnetlink: add IFLA_PARENT_[DEV|DEV_BUS]_NAMEJohannes Berg1-0/+10
2021-06-12rtnetlink: add alloc() method to rtnl_link_opsJohannes Berg1-5/+14
2021-06-11net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean1-1/+1
2021-06-10devlink: Fix error message in devlink_rate_set_ops_supported()Dan Carpenter1-1/+1
2021-06-08page_pool: Allow drivers to hint on SKB recyclingIlias Apalodimas2-4/+38
2021-06-08skbuff: add a parameter to __skb_frag_unrefMatteo Croce1-2/+2
2021-06-08mm: 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-05sock: expose so_timestamping options for mptcpFlorian Westphal1-35/+36
2021-06-05sock: expose so_timestamp options for mptcpFlorian Westphal1-7/+19
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-03rtnetlink: Fix spelling mistakesZheng Yongjun1-4/+4
2021-06-03devlink: Allow setting parent node of rate objectsDmytro Linkin1-2/+123
2021-06-03devlink: Introduce rate nodesDmytro Linkin1-7/+231
2021-06-03devlink: Allow setting tx rate for devlink rate leaf objectsDmytro Linkin1-0/+86
2021-06-03devlink: Introduce rate objectDmytro Linkin1-1/+228
2021-06-02net: sock: fix in-kernel mark settingAlexander Aring1-4/+12
2021-06-02netpoll: don't require irqs disabled in rt kernelsWander Lairson Costa1-1/+3
2021-05-28devlink: Correct VIRTUAL port to not have phys_port attributesParav Pandit1-2/+2
2021-05-28devlink: 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-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-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-15mm: fix struct page layout on 32-bit systemsMatthew Wilcox (Oracle)1-5/+7
2021-05-15tcp: add tracepoint for checksum errorsJakub Kicinski1-0/+1
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-14bpf: 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-11rtnetlink: avoid RCU read lock when holding RTNLCong Wang1-19/+7
2021-05-11neighbour: 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-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