summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2025-04-09bpf, sockmap: Fix data lost during EAGAIN retriesJiayuan Chen
2025-04-09bpf: fix ktls panic with sockmapJiayuan Chen
2025-04-09net: bridge: Prevent unicast ARP/NS packets from being suppressed by bridgeAmit Cohen
2025-04-09net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima
2025-04-09ipv6: Align behavior across nexthops during path selectionIdo Schimmel
2025-04-09netdev: depend on netdev->lock for qstats in ops locked driversJakub Kicinski
2025-04-09netdev: depend on netdev->lock for xdp featuresJakub Kicinski
2025-04-09xdp: double protect netdev->xdp_flags with netdev->lockJakub Kicinski
2025-04-09netdev: don't hold rtnl_lock over nl queue info get when possibleJakub 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-09net: avoid potential race between netdev_get_by_index_lock() and netns switchJakub Kicinski
2025-04-09batman-adv: no need to start/stop queue on mesh-ifaceAntonio Quartulli
2025-04-09batman-adv: constify and move broadcast addr definitionMatthias Schiffer
2025-04-09net_sched: sch_sfq: move the limit validationOctavian Purdila