summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ila: call nf_unregister_net_hooks() soonerEric Dumazet2024-09-053-4/+16
* sched: sch_cake: fix bulk flow accounting logic for host fairnessToke Høiland-Jørgensen2024-09-051-4/+7
* net: bridge: br_fdb_external_learn_add(): always set EXT_LEARNJonas Gorski2024-09-041-4/+2
* fou: Fix null-ptr-deref in GRO.Kuniyuki Iwashima2024-09-041-5/+24
* bpf, net: Fix a potential race in do_sock_getsockopt()Tze-nan Wu2024-09-031-2/+2
* net: dqs: Do not use extern for unused dql_groupBreno Leitao2024-09-031-1/+1
* sch/netem: fix use after free in netem_dequeueStephen Hemminger2024-09-031-5/+4
* Merge tag 'for-net-2024-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-09-024-87/+112
|\
| * Bluetooth: MGMT: Ignore keys being loaded with invalid typeLuiz Augusto von Dentz2024-08-301-18/+19
| * Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz2024-08-302-25/+7
| * Bluetooth: MGMT: Fix not generating command complete for MGMT_OP_DISCONNECTLuiz Augusto von Dentz2024-08-302-43/+47
| * Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_onceLuiz Augusto von Dentz2024-08-301-2/+40
* | Merge tag 'linux-can-fixes-for-6.11-20240830' of git://git.kernel.org/pub/scm...Jakub Kicinski2024-09-021-0/+4
|\ \ | |/ |/|
| * can: bcm: Remove proc entry when dev is unregistered.Kuniyuki Iwashima2024-08-061-0/+4
* | tcp_bpf: fix return value of tcp_bpf_sendmsg()Cong Wang2024-08-301-1/+1
* | net/smc: prevent NULL pointer dereference in txopt_getJeongjun Park2024-08-302-1/+10
* | Merge tag 'net-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-08-3018-156/+244
|\ \
| * | mptcp: pm: ADD_ADDR 0 is not a new addressMatthieu Baerts (NGI0)2024-08-293-1/+14
| * | mptcp: avoid duplicated SUB_CLOSED eventsMatthieu Baerts (NGI0)2024-08-292-1/+8
| * | mptcp: pm: fix ID 0 endp usage after multiple re-creationsMatthieu Baerts (NGI0)2024-08-291-2/+5
| * | mptcp: pm: do not remove already closed subflowsMatthieu Baerts (NGI0)2024-08-291-0/+2
| * | mptcp: pm: reset MPC endp ID when re-addedMatthieu Baerts (NGI0)2024-08-291-2/+11
| * | mptcp: pm: skip connecting to already established sfMatthieu Baerts (NGI0)2024-08-291-3/+6
| * | mptcp: pm: send ACK on an active subflowMatthieu Baerts (NGI0)2024-08-291-3/+6
| * | mptcp: pm: fix RM_ADDR ID for the initial subflowMatthieu Baerts (NGI0)2024-08-291-13/+15
| * | mptcp: pm: reuse ID 0 after delete and re-addMatthieu Baerts (NGI0)2024-08-291-0/+10
| * | Merge tag 'wireless-2024-08-28' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-08-282-2/+4
| |\ \
| | * | wifi: mac80211: free skb on error path in ieee80211_beacon_get_ap()Dmitry Antipov2024-08-261-1/+3
| | * | wifi: mac80211: fix beacon SSID mismatch handlingDaniel Gabay2024-08-261-1/+1
| * | | sctp: fix association labeling in the duplicate COOKIE-ECHO caseOndrej Mosnacek2024-08-271-6/+16
| * | | mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)2024-08-279-107/+107
| * | | mptcp: sched: check both backup in retransMatthieu Baerts (NGI0)2024-08-271-1/+1
| * | | mptcp: close subflow when receiving TCP+FINMatthieu Baerts (NGI0)2024-08-272-3/+10
| * | | tcp: fix forever orphan socket caused by tcp_abortXueming Feng2024-08-271-7/+11
| * | | net_sched: sch_fq: fix incorrect behavior for small weightsEric Dumazet2024-08-271-1/+3
| * | | ethtool: check device is present when getting link settingsJamie Bainbridge2024-08-262-1/+4
| * | | Bluetooth: hci_core: Fix not handling hibernation actionsLuiz Augusto von Dentz2024-08-231-2/+8
| * | | pktgen: use cpus_read_lock() in pg_net_init()Eric Dumazet2024-08-221-1/+3
* | | | Merge tag 'nfs-for-6.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-08-241-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | rpcrdma: Trace connection registration and unregistrationChuck Lever2024-08-191-0/+2
| * | | rpcrdma: Use XA_FLAGS_ALLOC instead of XA_FLAGS_ALLOC1Chuck Lever2024-08-191-1/+1
| * | | rpcrdma: Device kref is over-incremented on error from xa_allocChuck Lever2024-08-191-1/+1
* | | | s390/iucv: Fix vargs handling in iucv_alloc_device()Alexandra Winter2024-08-221-1/+3
* | | | net: ovs: fix ovs_drop_reasons errorMenglong Dong2024-08-221-1/+1
* | | | Merge tag 'nf-24-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-08-223-2/+13
|\ \ \ \
| * | | | netfilter: flowtable: validate vlan headerPablo Neira Ayuso2024-08-222-0/+6
| * | | | netfilter: nft_counter: Synchronize nft_counter_reset() against reader.Sebastian Andrzej Siewior2024-08-201-0/+5
| * | | | netfilter: nft_counter: Disable BH in nft_counter_offload_stats().Sebastian Andrzej Siewior2024-08-201-2/+2
* | | | | ipv6: prevent possible UAF in ip6_xmit()Eric Dumazet2024-08-211-0/+4
* | | | | ipv6: fix possible UAF in ip6_finish_output2()Eric Dumazet2024-08-211-0/+4