summary refs log tree commit diff
path: root/net/core
AgeCommit message (Expand)Author
2021-06-11net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean
2021-06-09devlink: Fix error message in devlink_rate_set_ops_supported()Dan Carpenter
2021-06-07page_pool: Allow drivers to hint on SKB recyclingIlias Apalodimas
2021-06-07skbuff: add a parameter to __skb_frag_unrefMatteo Croce
2021-06-07mm: add a signature in struct pageMatteo Croce
2021-06-07pktgen: add pktgen_handle_all_threads() for the same codeYejune Deng
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-06-04sock: expose so_timestamping options for mptcpFlorian Westphal
2021-06-04sock: expose so_timestamp options for mptcpFlorian Westphal
2021-06-03fib: Return the correct errno codeZheng Yongjun
2021-06-03rtnetlink: Fix missing error code in rtnl_bridge_notify()Jiapeng Chong
2021-06-03rtnetlink: Fix spelling mistakesZheng Yongjun
2021-06-02devlink: Allow setting parent node of rate objectsDmytro Linkin
2021-06-02devlink: Introduce rate nodesDmytro Linkin
2021-06-02devlink: Allow setting tx rate for devlink rate leaf objectsDmytro Linkin
2021-06-02devlink: Introduce rate objectDmytro Linkin
2021-06-01net: sock: fix in-kernel mark settingAlexander Aring
2021-06-01netpoll: don't require irqs disabled in rt kernelsWander Lairson Costa
2021-05-27devlink: Correct VIRTUAL port to not have phys_port attributesParav Pandit
2021-05-27devlink: append split port number to the port nameJiri Pirko
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-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-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