aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-16eth: bnxt: add support rx side device memory TCPTaehee Yoo1-0/+11
2025-04-15net: ptp: introduce .supported_perout_flags to ptp_clock_infoJacob Keller1-0/+6
2025-04-15net: ptp: introduce .supported_extts_flags to ptp_clock_infoJacob Keller1-0/+12
2025-04-15netlink: Introduce nlmsg_payload helperBreno Leitao1-0/+16
2025-04-15net: phy: remove device_phy_find_deviceHeiner Kallweit1-6/+0
2025-04-15mptcp: sched: remove mptcp_sched_dataMatthieu Baerts (NGI0)1-11/+2
2025-04-14rxrpc: Add more CHALLENGE/RESPONSE packet tracingDavid Howells1-1/+77
2025-04-14rxrpc: Display security params in the afs_cb_call tracepointDavid Howells2-2/+11
2025-04-14rxrpc: rxgk: Implement connection rekeyingDavid Howells1-0/+24
2025-04-14rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)David Howells1-2/+43
2025-04-14rxrpc: Add YFS RxGK (GSSAPI) security classDavid Howells1-0/+17
2025-04-14rxrpc: Add the security index for yfs-rxgkDavid Howells2-0/+36
2025-04-14rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSEDavid Howells3-13/+75
2025-04-14rxrpc: Pull out certain app callback funcs into an ops tableDavid Howells1-10/+15
2025-04-14net: stmmac: remove eee_usecs_rateRussell King (Oracle)1-1/+0
2025-04-14net: Remove ->exit_batch_rtnl().Kuniyuki Iwashima1-2/+0
2025-04-14ipv4: ip_tunnel: Convert ip_tunnel_delete_nets() callers to ->exit_rtnl().Kuniyuki Iwashima1-4/+3
2025-04-14net: Add ->exit_rtnl() hook to struct pernet_operations.Kuniyuki Iwashima1-0/+2
2025-04-14net: ethtool: fix get_ts_stats() documentationRussell King (Oracle)1-4/+5
2025-04-14page_pool: Track DMA-mapped pages and unmap them when destroying the poolToke Høiland-Jørgensen3-4/+52
2025-04-14page_pool: Move pp_magic check into helper functionsToke Høiland-Jørgensen1-0/+20
2025-04-14net: bridge: Add offload_fail_notification boptJoseph Huang1-0/+1
2025-04-14net: bridge: mcast: Add offload failed mdb flagJoseph Huang1-4/+5
2025-04-14net: convert dev->rtnl_link_state to a boolJakub Kicinski1-8/+2
2025-04-14udp: properly deal with xfrm encap and ADDRFORMPaolo Abeni1-1/+0
2025-04-11tcp: Rename tcp_or_dccp_get_hashinfo().Kuniyuki Iwashima1-2/+1
2025-04-11net: Unexport shared functions for DCCP.Kuniyuki Iwashima1-1/+0
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima7-353/+2
2025-04-10trace: tcp: Add tracepoint for tcp_sendmsg_locked()Breno Leitao1-0/+24
2025-04-10net: pass const to msg_data_left()Breno Leitao1-1/+1
2025-04-10tcp: add LINUX_MIB_PAWS_TW_REJECTED counterJiayuan Chen2-0/+2
2025-04-10tcp: add TCP_RFC7323_TW_PAWS drop reasonJiayuan Chen2-1/+8
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-68/+65
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-4/+43
2025-04-10Merge tag 'gpio-fixes-for-v6.15-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2025-04-10Merge tag 'mtd/fixes-for-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-04-09net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima1-2/+38
2025-04-09net: remove cpu stall in txq_trans_update()Eric Dumazet1-3/+4
2025-04-09netdev: depend on netdev->lock for qstats in ops locked driversJakub Kicinski1-1/+3
2025-04-09xdp: double protect netdev->xdp_flags with netdev->lockJakub Kicinski2-1/+2
2025-04-09netdev: add "ops compat locking" helpersJakub Kicinski1-0/+16
2025-04-09net: designate XSK pool pointers in queues as "ops protected"Jakub Kicinski2-3/+4
2025-04-09net: avoid potential race between netdev_get_by_index_lock() and netns switchJakub Kicinski1-1/+5
2025-04-08net: Drop unused @sk of __skb_try_recv_from_queue()Michal Luczaj1-2/+1
2025-04-08udp_tunnel: use static call for GRO hooks when possiblePaolo Abeni1-0/+4
2025-04-08udp_tunnel: create a fastpath GRO lookup.Paolo Abeni4-0/+40
2025-04-08Merge tag 'linux_kselftest-kunit-6.15-rc2' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+1
2025-04-08kunit: Spelling s/slowm/slow/Geert Uytterhoeven1-1/+1
2025-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2025-04-08net: rps: remove kfree_rcu_mightsleep() useEric Dumazet1-2/+3