summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge tag 'nf-24-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-04-252-3/+7
| |\ \ \ \ \
| | * | | | | netfilter: nf_tables: honor table dormant flag from netdev release event pathPablo Neira Ayuso2024-04-251-1/+3
| | * | | | | ipvs: Fix checksumming on GSO of SCTP packetsIsmael Luceno2024-04-251-2/+4
| * | | | | | af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima2024-04-251-1/+1
| * | | | | | tls: fix lockless read of strp->msg_ready in ->pollSabrina Dubroca2024-04-252-4/+4
| * | | | | | ethernet: Add helper for assigning packet type when dest address does not mat...Rahul Rameshbabu2024-04-251-11/+1
| * | | | | | Merge tag 'wireless-2024-04-23' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2024-04-2511-38/+138
| |\ \ \ \ \ \
| | * | | | | | wifi: mac80211: fix unaligned le16 accessJohannes Berg2024-04-191-1/+1
| | * | | | | | wifi: mac80211: remove link before APJohannes Berg2024-04-191-2/+5
| | * | | | | | wifi: nl80211: don't free NULL coalescing ruleJohannes Berg2024-04-191-0/+2
| | * | | | | | wifi: mac80211: mlme: re-parse if AP mode is less than clientJohannes Berg2024-04-191-4/+9
| | * | | | | | wifi: mac80211: mlme: fix memory leakJohannes Berg2024-04-191-1/+3
| | * | | | | | wifi: mac80211: mlme: re-parse with correct modeJohannes Berg2024-04-191-1/+1
| | * | | | | | wifi: mac80211: fix idle calculation with multi-linkJohannes Berg2024-04-191-5/+22
| | * | | | | | wifi: mac80211: split mesh fast tx cache into local/proxied/forwardedFelix Fietkau2024-04-174-16/+72
| | * | | | | | wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt ...Igor Artemiev2024-04-081-2/+2
| | * | | | | | wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon times...Richard Kinder2024-04-081-1/+2
| | * | | | | | wifi: mac80211: don't use rate mask for scanningJohannes Berg2024-04-083-5/+15
| | * | | | | | wifi: mac80211: check EHT/TTLM action frame lengthJohannes Berg2024-04-081-0/+4
| * | | | | | | Merge tag 'for-net-2024-04-24' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-04-247-30/+50
| |\ \ \ \ \ \ \
| | * | | | | | | Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv MonitorChun-Yi Lee2024-04-241-2/+2
| | * | | | | | | Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUIDLuiz Augusto von Dentz2024-04-241-5/+15
| | * | | | | | | Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZELuiz Augusto von Dentz2024-04-241-3/+2
| | * | | | | | | Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_syncLuiz Augusto von Dentz2024-04-244-14/+23
| | * | | | | | | Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()Nathan Chancellor2024-04-242-6/+8
| * | | | | | | | net: openvswitch: Fix Use-After-Free in ovs_ct_exitHyunwoo Kim2024-04-241-2/+2
| |/ / / / / / /
| * | | | | | | tcp: Fix Use-After-Free in tcp_ao_connect_initHyunwoo Kim2024-04-231-1/+2
| * | | | | | | ipv4: check for NULL idev in ip_route_use_hint()Eric Dumazet2024-04-231-0/+3
| * | | | | | | ax25: Fix netdev refcount issueDuoming Zhou2024-04-231-1/+1
| * | | | | | | bridge/br_netlink.c: no need to return void functionHangbin Liu2024-04-221-1/+1
| * | | | | | | icmp: prevent possible NULL dereferences from icmp_build_probe()Eric Dumazet2024-04-221-2/+10
| | |/ / / / / | |/| | | | |
| * | | | | | udp: preserve the connected status if only UDP cmsgYick Xie2024-04-192-4/+6
* | | | | | | Merge tag 'nfsd-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-04-222-68/+23
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Revert "svcrdma: Add Write chunk WRs to the RPC's Send WR chain"Chuck Lever2024-04-202-68/+23
* | | | | | | Merge tag 'nf-24-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-04-186-23/+62
|\ \ \ \ \ \ \
| * | | | | | | netfilter: nf_tables: fix memleak in map from abort pathPablo Neira Ayuso2024-04-181-2/+14
| * | | | | | | netfilter: nf_tables: restore set elements when delete set failsPablo Neira Ayuso2024-04-175-20/+45
| * | | | | | | netfilter: nf_tables: missing iterator type in lookup walkPablo Neira Ayuso2024-04-172-1/+3
* | | | | | | | net/sched: Fix mirred deadlock on device recursionEric Dumazet2024-04-172-0/+7
|/ / / / / / /
* | | | | | | inet: bring NLM_DONE out to a separate recv() againJakub Kicinski2024-04-151-0/+5
* | | | | | | af_unix: Don't peek OOB data without MSG_OOB.Kuniyuki Iwashima2024-04-121-5/+5
* | | | | | | af_unix: Call manage_oob() for every skb in unix_stream_read_generic().Kuniyuki Iwashima2024-04-121-1/+1
* | | | | | | Merge tag 'nf-24-04-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller2024-04-128-24/+66
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | netfilter: flowtable: incorrect pppoe tuplePablo Neira Ayuso2024-04-111-1/+1
| * | | | | | netfilter: flowtable: validate pppoe headerPablo Neira Ayuso2024-04-112-4/+7
| * | | | | | netfilter: nft_set_pipapo: do not free live elementFlorian Westphal2024-04-111-5/+9
| * | | | | | netfilter: nft_set_pipapo: walk over current view on netlink dumpPablo Neira Ayuso2024-04-112-2/+9
| * | | | | | netfilter: br_netfilter: skip conntrack input hook for promisc packetsPablo Neira Ayuso2024-04-114-8/+28
| * | | | | | netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get()Ziyang Xuan2024-04-111-2/+6
| * | | | | | netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get()Ziyang Xuan2024-04-111-2/+6