summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2025-04-22vxlan: Use a single lock to protect the FDB tableIdo Schimmel
2025-04-20RDMA/mana_ib: Add support of 4M, 1G, and 2G pagesKonstantin Taranov
2025-04-20RDMA/mana_ib: support of the zero based MRsKonstantin Taranov
2025-04-17net: Delete the outer () duplicated of macro SOCK_SKB_CB_OFFSET definitionZijun Hu
2025-04-17netdev: fix the locking for netdev notificationsJakub Kicinski
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-17xfrm: Migrate offload configurationChiachang Wang
2025-04-16eth: bnxt: add support rx side device memory TCPTaehee Yoo
2025-04-16bonding: Fix multiple long standing offload racesCosmin Ratiu
2025-04-16xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu
2025-04-15net: fib_rules: Fix iif / oif matching on L3 master deviceIdo Schimmel
2025-04-15netlink: Introduce nlmsg_payload helperBreno Leitao
2025-04-15mptcp: sched: remove mptcp_sched_dataMatthieu Baerts (NGI0)
2025-04-14rxrpc: Display security params in the afs_cb_call tracepointDavid Howells
2025-04-14rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSEDavid Howells
2025-04-14rxrpc: Pull out certain app callback funcs into an ops tableDavid Howells
2025-04-14net: Remove ->exit_batch_rtnl().Kuniyuki Iwashima
2025-04-14ipv4: ip_tunnel: Convert ip_tunnel_delete_nets() callers to ->exit_rtnl().Kuniyuki Iwashima
2025-04-14net: Add ->exit_rtnl() hook to struct pernet_operations.Kuniyuki Iwashima
2025-04-14page_pool: Track DMA-mapped pages and unmap them when destroying the poolToke Høiland-Jørgensen
2025-04-14udp: properly deal with xfrm encap and ADDRFORMPaolo Abeni
2025-04-14espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca
2025-04-11tcp: Rename tcp_or_dccp_get_hashinfo().Kuniyuki Iwashima
2025-04-11net: Unexport shared functions for DCCP.Kuniyuki Iwashima
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima
2025-04-10tcp: add LINUX_MIB_PAWS_TW_REJECTED counterJiayuan Chen
2025-04-10tcp: add TCP_RFC7323_TW_PAWS drop reasonJiayuan Chen
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-04-09net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima
2025-04-09netdev: depend on netdev->lock for qstats in ops locked driversJakub Kicinski
2025-04-09xdp: double protect netdev->xdp_flags with netdev->lockJakub Kicinski
2025-04-09netdev: add "ops compat locking" helpersJakub Kicinski
2025-04-09net: designate XSK pool pointers in queues as "ops protected"Jakub Kicinski
2025-04-08udp_tunnel: use static call for GRO hooks when possiblePaolo Abeni
2025-04-08udp_tunnel: create a fastpath GRO lookup.Paolo Abeni
2025-04-08net: rps: remove kfree_rcu_mightsleep() useEric Dumazet
2025-04-08sctp: detect and prevent references to a freed transport in sendmsgRicardo Cañuelo Navarro
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04net: move mp dev config validation to __net_mp_open_rxq()Jakub Kicinski
2025-04-03netdevsim: add dummy device notifiersStanislav Fomichev
2025-04-03net: use netif_disable_lro in ipv6_add_devStanislav Fomichev
2025-04-01Merge tag 'net-6.15-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-31Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc"Eric Dumazet
2025-03-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-26unix: fix up for "apparmor: add fine grained af_unix mediation"Stephen Rothwell