summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | netfilter: nfnetlink_queue: un-break NF_REPEATFlorian Westphal2024-02-081-3/+10
| * | | netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso2024-02-084-13/+28
| * | | netfilter: nft_ct: reject direction for ct idPablo Neira Ayuso2024-02-081-0/+3
| * | | netfilter: ctnetlink: fix filtering for zone 0Felix Huettner2024-02-081-4/+8
| * | | netfilter: ipset: Missing gc cancellations fixedJozsef Kadlecsik2024-02-082-2/+4
| * | | netfilter: nft_set_pipapo: remove static in nft_pipapo_get()Pablo Neira Ayuso2024-02-081-1/+1
| * | | netfilter: nft_compat: restrict match/target protocol to u16Pablo Neira Ayuso2024-02-071-1/+7
| * | | netfilter: nft_compat: reject unused compat flagPablo Neira Ayuso2024-02-071-1/+2
| * | | netfilter: nft_compat: narrow down revision to unsigned 8-bitsPablo Neira Ayuso2024-02-071-3/+3
* | | | Merge tag 'wireless-2024-02-06' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-02-0710-67/+175
|\ \ \ \ | | |_|/ | |/| |
| * | | wifi: mac80211: accept broadcast probe responses on 6 GHzJohannes Berg2024-02-021-12/+18
| * | | wifi: mac80211: adding missing drv_mgd_complete_tx() callJohannes Berg2024-02-021-0/+1
| * | | wifi: mac80211: fix waiting for beacons logicJohannes Berg2024-02-021-2/+1
| * | | wifi: mac80211: fix unsolicited broadcast probe configJohannes Berg2024-02-021-7/+7
| * | | wifi: mac80211: initialize SMPS mode correctlyJohannes Berg2024-02-021-4/+3
| * | | wifi: mac80211: fix driver debugfs for vif type changeJohannes Berg2024-02-023-8/+3
| * | | wifi: mac80211: set station RX-NSS on reconfigJohannes Berg2024-02-021-0/+2
| * | | wifi: mac80211: fix RCU use in TDLS fast-xmitJohannes Berg2024-02-021-3/+4
| * | | wifi: mac80211: improve CSA/ECSA connection refusalJohannes Berg2024-02-021-27/+76
| * | | wifi: cfg80211: detect stuck ECSA element in probe respJohannes Berg2024-02-021-1/+58
| * | | wifi: mac80211: Drop WBRF debugging statementsMario Limonciello2024-01-261-2/+0
| * | | wifi: cfg80211: fix wiphy delayed work queueingJohannes Berg2024-01-261-1/+2
* | | | devlink: avoid potential loop in devlink_rel_nested_in_notify_work()Jiri Pirko2024-02-061-6/+6
* | | | af_unix: Call kfree_skb() for dead unix_(sk)->oob_skb in GC.Kuniyuki Iwashima2024-02-061-0/+11
* | | | tipc: Check the bearer type before calling tipc_udp_nl_bearer_add()Shigeru Yoshida2024-02-061-0/+6
* | | | rxrpc: Fix counting of new acks and nacksDavid Howells2024-02-054-25/+117
* | | | rxrpc: Fix response to PING RESPONSE ACKs to a dead callDavid Howells2024-02-051-0/+8
* | | | rxrpc: Fix delayed ACKs to not set the reference serial numberDavid Howells2024-02-052-6/+1
* | | | rxrpc: Fix generation of serial numbers to skip zeroDavid Howells2024-02-055-9/+23
| |/ / |/| |
* | | inet: read sk->sk_family once in inet_recv_error()Eric Dumazet2024-02-041-2/+4
* | | tunnels: fix out of bounds access when building IPv6 PMTU errorAntoine Tenart2024-02-031-1/+1
* | | net: Fix from address in memcpy_to_iter_csum()Michael Lass2024-02-021-1/+1
| |/ |/|
* | Merge tag 'net-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-02-0129-78/+207
|\ \
| * \ Merge tag 'batadv-net-pullrequest-20240201' of git://git.open-mesh.org/linux-...Jakub Kicinski2024-02-011-0/+3
| |\ \
| | * | batman-adv: mcast: fix memory leak on deleting a batman-adv interfaceLinus Lüssing2024-01-271-0/+1
| | * | batman-adv: mcast: fix mcast packet type counter on timeouted nodesLinus Lüssing2024-01-271-0/+2
| * | | Merge tag 'nf-24-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-02-0110-31/+106
| |\ \ \
| | * | | netfilter: nft_ct: sanitize layer 3 and 4 protocol number in custom expectationsPablo Neira Ayuso2024-01-311-0/+24
| | * | | netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting loggerPablo Neira Ayuso2024-01-311-3/+4
| | * | | netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik2024-01-314-18/+61
| | * | | netfilter: conntrack: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_newXin Long2024-01-311-1/+1
| | * | | netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso2024-01-312-5/+10
| | * | | netfilter: conntrack: correct window scaling with retransmitted SYNRyan Schaefer2024-01-311-4/+6
| * | | | mptcp: fix data re-injection from stale subflowPaolo Abeni2024-02-011-3/+0
| * | | | af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet2024-01-312-9/+7
| * | | | net: ipv4: fix a memleak in ip_setup_corkZhipeng Lu2024-01-311-6/+6
| * | | | devlink: Fix referring to hw_addr attribute during state validationParav Pandit2024-01-301-1/+1
| * | | | bridge: mcast: fix disabled snooping after long uptimeLinus Lüssing2024-01-302-7/+17
| * | | | llc: call sock_orphan() at release timeEric Dumazet2024-01-301-0/+2
| * | | | ipv6: Ensure natural alignment of const ipv6 loopback and router addressesHelge Deller2024-01-301-7/+14