summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-04-14udp: properly deal with xfrm encap and ADDRFORMPaolo Abeni-5/+28
2025-04-14net: don't mix device locking in dev_close_many() callsJakub Kicinski-4/+13
2025-04-14net: hsr: sync hw addr of slave2 according to slave1 hw addr on PRPFernando Fernandez Mancera-0/+17
2025-04-14espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca-93/+8
2025-04-14espintcp: fix skb leaksSabrina Dubroca-3/+9
2025-04-13batman-adv: Drop unused net_namespace.h includeSven Eckelmann-1/+0
2025-04-13batman-adv: Switch to crc32 header for crc32cSven Eckelmann-2/+2
2025-04-12Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-36/+44
2025-04-11tcp: Rename tcp_or_dccp_get_hashinfo().Kuniyuki Iwashima-11/+12
2025-04-11net: Unexport shared functions for DCCP.Kuniyuki Iwashima-47/+20
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima-13586/+4
2025-04-11net: mctp: Set SOCK_RCU_FREEMatt Johnston-0/+3
2025-04-11ethtool: cmis_cdb: use correct rpl size in ethtool_cmis_module_poll()Damodharam Ammepalli-1/+1
2025-04-11Merge tag 'wireless-2025-04-11' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-0/+3
2025-04-11Merge tag 'for-net-2025-04-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-5/+11
2025-04-11sock: Correct error checking condition for (assign|release)_proto_idx()Zijun Hu-2/+2
2025-04-11smc: Fix lockdep false-positive for IPPROTO_SMC.Kuniyuki Iwashima-0/+5
2025-04-11Revert "wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeu...Johannes Berg-1/+0
2025-04-11xfrm: Remove unnecessary strscpy_pad() size argumentsThorsten Blum-5/+5
2025-04-10ipv4: remove unnecessary judgment in ip_route_output_key_hash_rcuZhengchao Shao-2/+1
2025-04-10ipv6: add exception routes to GC list in rt6_insert_exceptionXin Long-0/+1
2025-04-10trace: tcp: Add tracepoint for tcp_sendmsg_locked()Breno Leitao-0/+2
2025-04-10tcp: add LINUX_MIB_PAWS_TW_REJECTED counterJiayuan Chen-1/+2
2025-04-10tcp: add TCP_RFC7323_TW_PAWS drop reasonJiayuan Chen-4/+9
2025-04-10af_unix: Remove unix_unhash()Michal Luczaj-8/+0
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-389/+495
2025-04-10Bluetooth: l2cap: Check encryption key size on incoming connectionFrédéric Danis-1/+2
2025-04-10Bluetooth: increment TX timestamping tskey always for stream socketsPauli Virtanen-2/+6
2025-04-10Bluetooth: hci_event: Fix sending MGMT_EV_DEVICE_FOUND for invalid addressLuiz Augusto von Dentz-2/+3
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-121/+228
2025-04-10ethtool: cmis_cdb: Fix incorrect read / write length extensionIdo Schimmel-16/+3
2025-04-10nft_set_pipapo: fix incorrect avx2 match of 5th field octetFlorian Westphal-1/+2
2025-04-09bpf: support SKF_NET_OFF and SKF_LL_OFF on skb fragsWillem de Bruijn-36/+44
2025-04-09bpf, sockmap: Fix panic when calling skb_linearizeJiayuan Chen-15/+16
2025-04-09bpf, sockmap: fix duplicated data transmissionJiayuan Chen-5/+9
2025-04-09bpf, sockmap: Fix data lost during EAGAIN retriesJiayuan Chen-1/+2
2025-04-09bpf: fix ktls panic with sockmapJiayuan Chen-2/+6
2025-04-09net: bridge: Prevent unicast ARP/NS packets from being suppressed by bridgeAmit Cohen-0/+7
2025-04-09net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima-0/+5
2025-04-09ipv6: Align behavior across nexthops during path selectionIdo Schimmel-4/+4
2025-04-09netdev: depend on netdev->lock for qstats in ops locked driversJakub Kicinski-12/+17
2025-04-09netdev: depend on netdev->lock for xdp featuresJakub Kicinski-14/+12
2025-04-09xdp: double protect netdev->xdp_flags with netdev->lockJakub Kicinski-2/+12
2025-04-09netdev: don't hold rtnl_lock over nl queue info get when possibleJakub Kicinski-11/+7
2025-04-09netdev: add "ops compat locking" helpersJakub Kicinski-0/+66
2025-04-09net: designate XSK pool pointers in queues as "ops protected"Jakub Kicinski-1/+5
2025-04-09net: avoid potential race between netdev_get_by_index_lock() and netns switchJakub Kicinski-8/+19
2025-04-09batman-adv: no need to start/stop queue on mesh-ifaceAntonio Quartulli-14/+0
2025-04-09batman-adv: constify and move broadcast addr definitionMatthias Schiffer-4/+3
2025-04-09net_sched: sch_sfq: move the limit validationOctavian Purdila-4/+6