summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: generalize calculation of skb extensions lengthThomas Weißschuh2023-08-241-17/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-2424-80/+194
|\
| * Merge tag 'net-6.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-2423-75/+190
| |\
| | * Merge tag 'nf-23-08-23' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni2023-08-244-11/+31
| | |\
| | | * netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal2023-08-232-0/+6
| | | * netfilter: nf_tables: fix out of memory error handlingFlorian Westphal2023-08-231-3/+10
| | | * netfilter: nf_tables: use correct lock to protect gc_listPablo Neira Ayuso2023-08-231-2/+2
| | | * netfilter: nf_tables: GC transaction race with abort pathPablo Neira Ayuso2023-08-231-1/+5
| | | * netfilter: nf_tables: flush pending destroy work before netlink notifierPablo Neira Ayuso2023-08-231-1/+1
| | | * netfilter: nf_tables: validate all pending tablesFlorian Westphal2023-08-231-4/+7
| | * | rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel2023-08-241-0/+3
| | |/
| | * net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim2023-08-231-13/+40
| | * batman-adv: Hold rtnl lock during MTU update via netlinkSven Eckelmann2023-08-221-0/+3
| | * can: raw: add missing refcount for memory leak fixOliver Hartkopp2023-08-221-9/+26
| | * can: isotp: fix support for transmission of SF without flow controlOliver Hartkopp2023-08-221-15/+7
| | * Merge tag 'wireless-2023-08-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-08-221-2/+10
| | |\
| | | * wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warningPing-Ke Shih2023-08-211-2/+10
| | * | ipv4: fix data-races around inet->inet_idEric Dumazet2023-08-205-7/+7
| | * | net: validate veth and vxcan peer ifindexesJakub Kicinski2023-08-201-4/+18
| | * | dccp: annotate data-races in dccp_poll()Eric Dumazet2023-08-181-8/+12
| | * | sock: annotate data-races around prot->memory_pressureEric Dumazet2023-08-181-1/+1
| | * | devlink: add missing unregister linecard notificationJiri Pirko2023-08-181-0/+3
| | * | Merge tag 'batadv-net-pullrequest-20230816' of git://git.open-mesh.org/linux-...Jakub Kicinski2023-08-186-5/+29
| | |\ \
| | | * | batman-adv: Fix batadv_v_ogm_aggr_send memory leakRemi Pommarel2023-08-091-1/+3
| | | * | batman-adv: Fix TT global entry leak when client roamed backRemi Pommarel2023-08-051-1/+0
| | | * | batman-adv: Do not get eth header before batadv_check_management_packetRemi Pommarel2023-07-282-2/+4
| | | * | batman-adv: Don't increase MTU when set by userSven Eckelmann2023-07-203-1/+22
| | | * | batman-adv: Trigger events for auto adjusted MTUSven Eckelmann2023-07-201-1/+1
| * | | | Merge tag 'nfs-for-6.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2023-08-221-5/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | xprtrdma: Remap Receive buffers after a reconnectChuck Lever2023-08-191-5/+4
* | | | | net: Avoid address overwrite in kernel_connectJordan Rife2023-08-231-1/+6
* | | | | Merge tag 'nf-next-23-08-22' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-08-229-19/+23
|\ \ \ \ \
| * | | | | netfilter: nf_tables: allow loop termination for pending fatal signalFlorian Westphal2023-08-221-0/+6
| * | | | | netfilter: xtables: refactor deprecated strncpyJustin Stitt2023-08-221-1/+1
| * | | | | netfilter: x_tables: refactor deprecated strncpyJustin Stitt2023-08-221-3/+2
| * | | | | netfilter: nft_meta: refactor deprecated strncpyJustin Stitt2023-08-221-3/+3
| * | | | | netfilter: nft_osf: refactor deprecated strncpyJustin Stitt2023-08-221-3/+3
| * | | | | netfilter: nf_tables: refactor deprecated strncpyJustin Stitt2023-08-221-1/+1
| * | | | | netfilter: nf_tables: refactor deprecated strncpyJustin Stitt2023-08-221-1/+1
| * | | | | netfilter: ipset: refactor deprecated strncpyJustin Stitt2023-08-221-5/+5
| * | | | | netfilter: ebtables: fix fortify warnings in size_entry_mwt()GONG, Ruiqi2023-08-221-2/+1
* | | | | | mptcp: register default schedulerGeliang Tang2023-08-223-22/+35
* | | | | | mptcp: use get_retrans wrapperGeliang Tang2023-08-222-28/+43
* | | | | | mptcp: use get_send wrapperGeliang Tang2023-08-222-45/+81
* | | | | | mptcp: add scheduler wrappersGeliang Tang2023-08-223-2/+54
* | | | | | mptcp: add scheduled in mptcp_subflow_contextGeliang Tang2023-08-222-0/+9
* | | | | | mptcp: add sched in mptcp_sockGeliang Tang2023-08-223-0/+45
* | | | | | mptcp: add a new sysctl schedulerGeliang Tang2023-08-222-0/+15
* | | | | | mptcp: add struct mptcp_sched_opsGeliang Tang2023-08-223-1/+60
* | | | | | mptcp: drop last_snd and MPTCP_RESET_SCHEDULERGeliang Tang2023-08-224-23/+2