summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-04-14net: Factorise setup_net() and cleanup_net().Kuniyuki Iwashima
2025-04-14page_pool: Track DMA-mapped pages and unmap them when destroying the poolToke Høiland-Jørgensen
2025-04-14page_pool: Move pp_magic check into helper functionsToke Høiland-Jørgensen
2025-04-14net: openvswitch: fix nested key length validation in the set() actionIlya Maximets
2025-04-14net: bridge: mcast: Notify on mdb offload failureJoseph Huang
2025-04-14net: bridge: Add offload_fail_notification boptJoseph Huang
2025-04-14net: bridge: mcast: Add offload failed mdb flagJoseph Huang
2025-04-14net: pktgen: fix code style (WARNING: quoted string split across lines)Peter Seiderer
2025-04-14net: pktgen: fix code style (WARNING: macros should not use a trailing semico...Peter Seiderer
2025-04-14net: pktgen: fix code style (WARNING: Missing a blank line after declarations)Peter Seiderer
2025-04-14net: pktgen: fix code style (WARNING: Block comments)Peter Seiderer
2025-04-14net: pktgen: fix code style (WARNING: suspect code indent for conditional sta...Peter Seiderer
2025-04-14net: pktgen: fix code style (ERROR: space prohibited after that '&')Peter Seiderer
2025-04-14net: pktgen: fix code style (ERROR: "foo * bar" should be "foo *bar")Peter Seiderer
2025-04-14net: convert dev->rtnl_link_state to a boolJakub Kicinski
2025-04-14udp: properly deal with xfrm encap and ADDRFORMPaolo Abeni
2025-04-14net: don't mix device locking in dev_close_many() callsJakub Kicinski
2025-04-14net: hsr: sync hw addr of slave2 according to slave1 hw addr on PRPFernando Fernandez Mancera
2025-04-14espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca
2025-04-14espintcp: fix skb leaksSabrina Dubroca
2025-04-13batman-adv: Drop unused net_namespace.h includeSven Eckelmann
2025-04-13batman-adv: Switch to crc32 header for crc32cSven Eckelmann
2025-04-12Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
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-11net: mctp: Set SOCK_RCU_FREEMatt Johnston
2025-04-11ethtool: cmis_cdb: use correct rpl size in ethtool_cmis_module_poll()Damodharam Ammepalli
2025-04-11Merge tag 'wireless-2025-04-11' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-04-11Merge tag 'for-net-2025-04-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-04-11sock: Correct error checking condition for (assign|release)_proto_idx()Zijun Hu
2025-04-11smc: Fix lockdep false-positive for IPPROTO_SMC.Kuniyuki Iwashima
2025-04-11Revert "wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeu...Johannes Berg
2025-04-11xfrm: Remove unnecessary strscpy_pad() size argumentsThorsten Blum
2025-04-10ipv4: remove unnecessary judgment in ip_route_output_key_hash_rcuZhengchao Shao
2025-04-10ipv6: add exception routes to GC list in rt6_insert_exceptionXin Long
2025-04-10trace: tcp: Add tracepoint for tcp_sendmsg_locked()Breno Leitao
2025-04-10tcp: add LINUX_MIB_PAWS_TW_REJECTED counterJiayuan Chen
2025-04-10tcp: add TCP_RFC7323_TW_PAWS drop reasonJiayuan Chen
2025-04-10af_unix: Remove unix_unhash()Michal Luczaj
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-10Bluetooth: l2cap: Check encryption key size on incoming connectionFrédéric Danis
2025-04-10Bluetooth: increment TX timestamping tskey always for stream socketsPauli Virtanen
2025-04-10Bluetooth: hci_event: Fix sending MGMT_EV_DEVICE_FOUND for invalid addressLuiz Augusto von Dentz
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-04-10ethtool: cmis_cdb: Fix incorrect read / write length extensionIdo Schimmel
2025-04-10nft_set_pipapo: fix incorrect avx2 match of 5th field octetFlorian Westphal
2025-04-09bpf: support SKF_NET_OFF and SKF_LL_OFF on skb fragsWillem de Bruijn
2025-04-09bpf, sockmap: Fix panic when calling skb_linearizeJiayuan Chen
2025-04-09bpf, sockmap: fix duplicated data transmissionJiayuan Chen