summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2025-04-09net_sched: sch_sfq: use a temporary work area for validating configurationOctavian Purdila
2025-04-09batman-adv: Start new development cycleSimon Wunderlich
2025-04-08net: Drop unused @sk of __skb_try_recv_from_queue()Michal Luczaj
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-08mptcp: only inc MPJoinAckHMacFailure for HMAC failuresMatthieu Baerts (NGI0)
2025-04-08rtnetlink: Fix bad unlock balance in do_setlink().Kuniyuki Iwashima
2025-04-08net: rps: remove kfree_rcu_mightsleep() useEric Dumazet
2025-04-08net: add data-race annotations in softnet_seq_show()Eric Dumazet
2025-04-08net: rps: annotate data-races around (struct sd_flow_limit)->countEric Dumazet
2025-04-08net: rps: change skb_flow_limit() hash functionEric Dumazet
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-04-08net: ethtool: Don't call .cleanup_data when prepare_data failsMaxime Chevallier