aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-04-10af_unix: Remove unix_unhash()Michal Luczaj1-8/+0
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski123-389/+495
2025-04-10Bluetooth: l2cap: Check encryption key size on incoming connectionFrédéric Danis1-1/+2
2025-04-10Bluetooth: increment TX timestamping tskey always for stream socketsPauli Virtanen1-2/+6
2025-04-10Bluetooth: hci_event: Fix sending MGMT_EV_DEVICE_FOUND for invalid addressLuiz Augusto von Dentz1-2/+3
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds29-121/+228
2025-04-10ethtool: cmis_cdb: Fix incorrect read / write length extensionIdo Schimmel2-16/+3
2025-04-10nft_set_pipapo: fix incorrect avx2 match of 5th field octetFlorian Westphal1-1/+2
2025-04-09bpf: support SKF_NET_OFF and SKF_LL_OFF on skb fragsWillem de Bruijn1-36/+44
2025-04-09bpf, sockmap: Fix panic when calling skb_linearizeJiayuan Chen1-15/+16
2025-04-09bpf, sockmap: fix duplicated data transmissionJiayuan Chen1-5/+9
2025-04-09bpf, sockmap: Fix data lost during EAGAIN retriesJiayuan Chen1-1/+2
2025-04-09bpf: fix ktls panic with sockmapJiayuan Chen1-2/+6
2025-04-09net: bridge: Prevent unicast ARP/NS packets from being suppressed by bridgeAmit Cohen1-0/+7
2025-04-09net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima1-0/+5
2025-04-09ipv6: Align behavior across nexthops during path selectionIdo Schimmel1-4/+4
2025-04-09netdev: depend on netdev->lock for qstats in ops locked driversJakub Kicinski1-12/+17
2025-04-09netdev: depend on netdev->lock for xdp featuresJakub Kicinski1-14/+12
2025-04-09xdp: double protect netdev->xdp_flags with netdev->lockJakub Kicinski2-2/+12
2025-04-09netdev: don't hold rtnl_lock over nl queue info get when possibleJakub Kicinski1-11/+7
2025-04-09netdev: add "ops compat locking" helpersJakub Kicinski2-0/+66
2025-04-09net: designate XSK pool pointers in queues as "ops protected"Jakub Kicinski1-1/+5
2025-04-09net: avoid potential race between netdev_get_by_index_lock() and netns switchJakub Kicinski2-8/+19
2025-04-09batman-adv: no need to start/stop queue on mesh-ifaceAntonio Quartulli1-14/+0
2025-04-09batman-adv: constify and move broadcast addr definitionMatthias Schiffer3-4/+3
2025-04-09net_sched: sch_sfq: move the limit validationOctavian Purdila1-4/+6
2025-04-09net_sched: sch_sfq: use a temporary work area for validating configurationOctavian Purdila1-12/+44
2025-04-09batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2025-04-08net: Drop unused @sk of __skb_try_recv_from_queue()Michal Luczaj2-7/+6
2025-04-08udp_tunnel: use static call for GRO hooks when possiblePaolo Abeni1-1/+134
2025-04-08udp_tunnel: create a fastpath GRO lookup.Paolo Abeni5-1/+69
2025-04-08mptcp: only inc MPJoinAckHMacFailure for HMAC failuresMatthieu Baerts (NGI0)1-2/+6
2025-04-08rtnetlink: Fix bad unlock balance in do_setlink().Kuniyuki Iwashima1-1/+1
2025-04-08net: rps: remove kfree_rcu_mightsleep() useEric Dumazet2-2/+3
2025-04-08net: add data-race annotations in softnet_seq_show()Eric Dumazet2-5/+7
2025-04-08net: rps: annotate data-races around (struct sd_flow_limit)->countEric Dumazet3-3/+5
2025-04-08net: rps: change skb_flow_limit() hash functionEric Dumazet3-3/+3
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds7-8/+8
2025-04-08net: ethtool: Don't call .cleanup_data when prepare_data failsMaxime Chevallier1-3/+5
2025-04-08tc: Ensure we have enough buffer space when sending filter netlink notificationsToke Høiland-Jørgensen1-21/+45
2025-04-08net: tls: explicitly disallow disconnectJakub Kicinski1-0/+6
2025-04-08sctp: detect and prevent references to a freed transport in sendmsgRicardo Cañuelo Navarro2-8/+16
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown1-6/+6
2025-04-08codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()Cong Wang2-8/+3
2025-04-08sch_ets: make est_qlen_notify() idempotentCong Wang1-4/+4
2025-04-08sch_qfq: make qfq_qlen_notify() idempotentCong Wang1-2/+5
2025-04-08sch_hfsc: make hfsc_qlen_notify() idempotentCong Wang1-2/+6
2025-04-08sch_drr: make drr_qlen_notify() idempotentCong Wang1-3/+4
2025-04-08sch_htb: make htb_qlen_notify() idempotentCong Wang1-0/+2
2025-04-08tipc: fix memory leak in tipc_link_xmitTung Nguyen1-0/+1