summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2025-04-14net: Add ->exit_rtnl() hook to struct pernet_operations.Kuniyuki Iwashima-0/+2
2025-04-14page_pool: Track DMA-mapped pages and unmap them when destroying the poolToke Høiland-Jørgensen-0/+6
2025-04-14udp: properly deal with xfrm encap and ADDRFORMPaolo Abeni-1/+0
2025-04-14espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca-1/+0
2025-04-11tcp: Rename tcp_or_dccp_get_hashinfo().Kuniyuki Iwashima-2/+1
2025-04-11net: Unexport shared functions for DCCP.Kuniyuki Iwashima-1/+0
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima-10/+2
2025-04-10tcp: add LINUX_MIB_PAWS_TW_REJECTED counterJiayuan Chen-0/+1
2025-04-10tcp: add TCP_RFC7323_TW_PAWS drop reasonJiayuan Chen-1/+8
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+41
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-3/+40
2025-04-09net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima-2/+38
2025-04-09netdev: depend on netdev->lock for qstats in ops locked driversJakub Kicinski-1/+3
2025-04-09xdp: double protect netdev->xdp_flags with netdev->lockJakub Kicinski-0/+1
2025-04-09netdev: add "ops compat locking" helpersJakub Kicinski-0/+16
2025-04-09net: designate XSK pool pointers in queues as "ops protected"Jakub Kicinski-3/+3
2025-04-08udp_tunnel: use static call for GRO hooks when possiblePaolo Abeni-0/+4
2025-04-08udp_tunnel: create a fastpath GRO lookup.Paolo Abeni-0/+24
2025-04-08net: rps: remove kfree_rcu_mightsleep() useEric Dumazet-2/+3
2025-04-08sctp: detect and prevent references to a freed transport in sendmsgRicardo Cañuelo Navarro-1/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-04-04net: move mp dev config validation to __net_mp_open_rxq()Jakub Kicinski-0/+6
2025-04-03netdevsim: add dummy device notifiersStanislav Fomichev-0/+3
2025-04-03net: use netif_disable_lro in ipv6_add_devStanislav Fomichev-8/+8
2025-04-01Merge tag 'net-6.15-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-15/+0
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+2
2025-03-31Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc"Eric Dumazet-15/+0
2025-03-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-1/+10
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-12/+1
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-271/+852
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2025-03-26unix: fix up for "apparmor: add fine grained af_unix mediation"Stephen Rothwell-0/+3
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-5/+2
2025-03-25Merge tag 'for-net-next-2025-03-25' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski-5/+65
2025-03-25Bluetooth: MGMT: Add LL Privacy SettingLuiz Augusto von Dentz-0/+1
2025-03-25tcp/dccp: remove icsk->icsk_ack.timeoutEric Dumazet-4/+8
2025-03-25tcp/dccp: remove icsk->icsk_timeoutEric Dumazet-4/+8
2025-03-25net: designate queue -> napi linking as "ops protected"Jakub Kicinski-1/+9
2025-03-25net: explain "protection types" for the instance lockJakub Kicinski-0/+3
2025-03-25net: constify dev pointer in misc instance lock helpersJakub Kicinski-4/+5
2025-03-25Bluetooth: L2CAP: add TX timestampingPauli Virtanen-1/+2
2025-03-25Bluetooth: ISO: add TX timestampingPauli Virtanen-0/+1
2025-03-25Bluetooth: add support for skb TX SND/COMPLETION timestampingPauli Virtanen-0/+20
2025-03-25Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancelWentao Guan-0/+5
2025-03-25Bluetooth: hci_core: Enable buffer flow control for SCO/eSCOLuiz Augusto von Dentz-0/+14
2025-03-25Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPEPedro Nishiyama-0/+8
2025-03-25Bluetooth: Add quirk for broken READ_VOICE_SETTINGPedro Nishiyama-0/+12
2025-03-25Bluetooth: L2CAP: convert timeouts to secs_to_jiffies()Easwar Hariharan-2/+2
2025-03-25Bluetooth: MGMT: Remove unused mgmt_*_discovery_completeDr. David Alan Gilbert-2/+0
2025-03-25Revert "udp_tunnel: GRO optimizations"Jakub Kicinski-34/+0