summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| | |_|_|/ | |/| | |
| * | | | 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