summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | tcp: add sanity checks to rx zerocopyEric Dumazet2024-01-291-1/+11
| * | | nfc: nci: free rx_data_reassembly skb on NCI device cleanupFedor Pchelkin2024-01-291-0/+4
| * | | net: hsr: remove WARN_ONCE() in send_hsr_supervision_frame()Nikita Zhandarovich2024-01-291-2/+2
| * | | ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel2024-01-264-5/+7
| * | | ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()Eric Dumazet2024-01-261-3/+18
| * | | net/smc: fix incorrect SMC-D link group matching logicWen Gu2024-01-261-3/+9
* | | | NFSv4.1: Assign the right value for initval and retries for rpc timeoutSamasth Norway Ananda2024-01-291-2/+2
|/ / /
* | | Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-01-2535-59/+223
|\ \ \
| * \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-01-253-10/+47
| |\ \ \ | | |/ / | |/| |
| | * | xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOLMaciej Fijalkowski2024-01-241-0/+2
| | * | xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski2024-01-241-6/+36
| | * | xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski2024-01-241-0/+1
| | * | xsk: recycle buffer in case Rx queue was fullMaciej Fijalkowski2024-01-241-4/+8
| * | | netfilter: nf_tables: validate NFPROTO_* familyPablo Neira Ayuso2024-01-248-2/+47
| * | | netfilter: nf_tables: reject QUEUE/DROP verdict parametersFlorian Westphal2024-01-241-10/+6
| * | | netfilter: nf_tables: restrict anonymous set and map names to 16 bytesFlorian Westphal2024-01-241-0/+4
| * | | netfilter: nft_limit: reject configurations that cause integer overflowFlorian Westphal2024-01-241-7/+16
| * | | netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechainPablo Neira Ayuso2024-01-241-2/+9
| * | | net/sched: flower: Fix chain template offloadIdo Schimmel2024-01-242-1/+31
| |/ /
| * | Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-01-235-4/+8
| |\ \
| | * | wifi: mac80211: fix race condition on enabling fast-xmitFelix Fietkau2024-01-182-1/+3
| | * | wifi: mac80211: fix potential sta-link leakJohannes Berg2024-01-181-1/+4
| | * | wifi: cfg80211/mac80211: remove dependency on non-existing optionLukas Bulwahn2024-01-182-2/+0
| | * | wifi: cfg80211: fix missing interfaces when dumpingMichal Kazior2024-01-181-0/+1
| * | | ipv6: init the accept_queue's spinlocks in inet6_createZhengchao Shao2024-01-231-0/+3