summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2024-11-14Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packetLuiz Augusto von Dentz-4/+9
2024-11-14Bluetooth: hci_conn: Use disable_delayed_work_syncLuiz Augusto von Dentz-3/+3
2024-11-14Bluetooth: hci_conn: Reduce hci_conn_drop() calls in two functionsMarkus Elfring-10/+3
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-67/+105
2024-11-14Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-66/+103
2024-11-14netfilter: ipset: add missing range check in bitmap_ip_uadtJeongjun Park-5/+2
2024-11-14netfilter: nf_tables: allocate element update information dynamicallyFlorian Westphal-21/+36
2024-11-14netfilter: nf_tables: switch trans_elem to real flex arrayFlorian Westphal-0/+90
2024-11-14netfilter: nf_tables: prepare nft audit for set element compactionFlorian Westphal-3/+18
2024-11-14netfilter: nf_tables: prepare for multiple elements in nft_trans_elem structureFlorian Westphal-64/+164
2024-11-14netfilter: nf_tables: add nft_trans_commit_list_add_elem helperFlorian Westphal-5/+16
2024-11-14netfilter: bpf: Pass string literal as format argument of request_module()Simon Horman-1/+1
2024-11-14netfilter: nfnetlink: Report extack policy errors for batched opsDonald Hunter-1/+1
2024-11-14xfrm: replace deprecated strncpy with strscpy_padDaniel Yang-1/+1
2024-11-14xfrm: Add error handling when nla_put_u32() returns an errorEverest K.C-1/+4
2024-11-13ipmr: Fix access to mfc_cache_list without lock heldBreno Leitao-1/+2
2024-11-13mptcp: pm: use _rcu variant under rcu_read_lockMatthieu Baerts (NGI0)-1/+2
2024-11-13mptcp: hold pm lock when deleting entryGeliang Tang-0/+3
2024-11-13mptcp: update local address flags when setting itGeliang Tang-0/+12
2024-11-13Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-66/+105
2024-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov-78/+159
2024-11-13Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-1/+1
2024-11-12net: page_pool: do not count normal frag allocation in statsJakub Kicinski-1/+1
2024-11-12net: sched: cls_u32: Fix u32's systematic failure to free IDR entries for hno...Alexandre Ferrieux-4/+14
2024-11-12mptcp: fix possible integer overflow in mptcp_reset_tout_timerDmitry Kandybka-2/+2
2024-11-12Bluetooth: hci_core: Fix calling mgmt_device_connectedLuiz Augusto von Dentz-2/+0
2024-11-12wifi: mac80211: pass MBSSID config by referenceJohannes Berg-6/+6
2024-11-12wifi: mac80211: Support EHT 1024 aggregation size in TXMeiChia Chiu-48/+88
2024-11-12net: rfkill: gpio: Add check for clk_enable()Mingwei Zheng-2/+6
2024-11-12net: sched: cls_api: improve the error message for ID allocation failureJakub Kicinski-14/+25
2024-11-12virtio/vsock: Improve MSG_ZEROCOPY error handlingMichal Luczaj-0/+1
2024-11-12vsock: Fix sk_error_queue memory leakMichal Luczaj-0/+3
2024-11-12virtio/vsock: Fix accept_queue memory leakMichal Luczaj-0/+8
2024-11-12net: Implement fault injection forcing skb reallocationBreno Leitao-0/+107
2024-11-12net: ip: make ip_route_use_hint() return drop reasonsMenglong Dong-16/+21
2024-11-12net: ip: make ip_mkroute_input/__mkroute_input return drop reasonsMenglong Dong-16/+18
2024-11-12net: ip: make ip_route_input() return drop reasonsMenglong Dong-14/+15
2024-11-12net: ip: make ip_route_input_noref() return drop reasonsMenglong Dong-13/+18
2024-11-12net: ip: make ip_route_input_rcu() return drop reasonsMenglong Dong-9/+10
2024-11-12net: ip: make ip_route_input_slow() return drop reasonsMenglong Dong-21/+35
2024-11-12net: ip: make ip_mc_validate_source() return drop reasonMenglong Dong-16/+19
2024-11-12net: ip: make ip_route_input_mc() return drop reasonMenglong Dong-10/+11
2024-11-12net: ip: make fib_validate_source() support drop reasonsMenglong Dong-22/+32
2024-11-11net: ipv4: Cache pmtu for all packet paths if multipath enabledVladimir Vdovin-0/+13
2024-11-11mptcp: cope racing subflow creation in mptcp_rcv_space_adjustPaolo Abeni-1/+2
2024-11-11mptcp: error out earlier on disconnectPaolo Abeni-4/+9
2024-11-11net: Add control functions for irq suspensionMartin Karsten-0/+37
2024-11-11net: Add napi_struct parameter irq_suspend_timeoutMartin Karsten-2/+42
2024-11-11net: fix SO_DEVMEM_DONTNEED looping too longMina Almasry-18/+24
2024-11-11rtnetlink: Register rtnl_dellink() and rtnl_setlink() with RTNL_FLAG_DOIT_PER...Kuniyuki Iwashima-3/+16