summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2023-03-113-4/+4
|\
| * netfilter: nft_redir: correct value of inet type `.maxattrs`Jeremy Sowden2023-03-081-1/+1
| * netfilter: nft_redir: correct length for loading protocol registersJeremy Sowden2023-03-081-1/+1
| * netfilter: nft_masq: correct length for loading protocol registersJeremy Sowden2023-03-081-1/+1
| * netfilter: nft_nat: correct length for loading protocol registersJeremy Sowden2023-03-081-1/+1
* | mptcp: fix lockdep false positive in mptcp_pm_nl_create_listen_socket()Paolo Abeni2023-03-111-0/+16
* | mptcp: avoid setting TCP_CLOSE state twiceMatthieu Baerts2023-03-111-1/+0
* | mptcp: add ro_after_init for tcp{,v6}_prot_overrideGeliang Tang2023-03-111-2/+2
* | mptcp: fix UaF in listener shutdownPaolo Abeni2023-03-113-78/+2
* | mptcp: use the workqueue to destroy unaccepted socketsPaolo Abeni2023-03-113-16/+46
* | mptcp: refactor passive socket initializationPaolo Abeni2023-03-112-23/+21
* | mptcp: fix possible deadlock in subflow_error_reportPaolo Abeni2023-03-111-0/+7
* | xdp: add xdp_set_features_flag utility routineLorenzo Bianconi2023-03-111-7/+19
* | Merge tag 'wireless-2023-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-03-112-21/+26
|\ \
| * | wifi: cfg80211: fix MLO connection ownershipJohannes Berg2023-03-101-9/+7
| * | wifi: mac80211: check basic rates validityJohannes Berg2023-03-101-10/+11
| * | wifi: nl80211: fix puncturing bitmap policyJohannes Berg2023-03-101-1/+7
| * | wifi: nl80211: fix NULL-ptr deref in offchan checkJohannes Berg2023-03-101-1/+1
* | | tcp: tcp_make_synack() can be called from process contextBreno Leitao2023-03-101-1/+1
|/ /
* | Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-03-0928-77/+136
|\ \
| * | net: avoid double iput when sock_alloc_file failsThadeu Lima de Souza Cascardo2023-03-091-7/+4
| * | af_unix: fix struct pid leaks in OOB supportEric Dumazet2023-03-091-2/+8
| * | net/smc: fix fallback failed while sendmsg with fastopenD. Wythe2023-03-081-5/+8
| |/
| * ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski2023-03-074-4/+4
| * nfc: change order inside nfc_se_io error pathFedor Pchelkin2023-03-071-1/+1
| * Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilte...Paolo Abeni2023-03-074-11/+11
| |\
| | * netfilter: conntrack: adopt safer max chain lengthEric Dumazet2023-03-071-2/+2
| | * netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal2023-03-062-2/+2
| | * netfilter: ctnetlink: revert to dumping mark regardless of event typeIvan Delalande2023-03-061-7/+7
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-03-074-6/+25
| |\ \
| | * | bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin2023-03-061-6/+13
| | * | bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_par...Liu Jian2023-03-033-0/+12
| * | | net: tls: fix device-offloaded sendpage straddling recordsJakub Kicinski2023-03-061-0/+2
| | |/ | |/|
| * | Merge tag 'ieee802154-for-net-2023-03-02' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2023-03-031-1/+1
| |\ \
| | * | ieee802154: Prevent user from crashing the hostMiquel Raynal2023-03-021-1/+1
| * | | net: caif: Fix use-after-free in cfusbl_device_notify()Shigeru Yoshida2023-03-031-0/+3
| * | | net: use indirect calls helpers for sk_exit_memory_pressure()Brian Vazquez2023-03-021-1/+2
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfPaolo Abeni2023-03-022-1/+9
| |\ \
| | * | netfilter: nft_quota: copy content when cloning expressionPablo Neira Ayuso2023-03-011-1/+5
| | * | netfilter: nft_last: copy content when cloning expressionPablo Neira Ayuso2023-03-011-0/+4
| * | | net: tls: avoid hanging tasks on the tx_lockJakub Kicinski2023-03-021-7/+19
| * | | net: tls: fix possible race condition between do_tls_getsockopt_conf() and do...Hangyu Hua2023-03-021-18/+5
| * | | net/sched: flower: fix fl_change() error recovery pathEric Dumazet2023-03-011-4/+6
| * | | ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping()Eric Dumazet2023-03-011-0/+1
| * | | net/sched: act_connmark: handle errno on tcf_idr_check_allocPedro Tammela2023-03-011-0/+3
| * | | net: avoid skb end_offset change in __skb_unclone_keeptruesize()Eric Dumazet2023-03-011-8/+23
| * | | tls: rx: fix return value for async cryptoJakub Kicinski2023-02-281-1/+1
| |/ /
* | | Merge tag 'nfsd-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-03-011-6/+17
|\ \ \
| * | | SUNRPC: Properly terminate test case arraysChuck Lever2023-02-271-0/+5
| * | | SUNRPC: Let Kunit tests run with some enctypes compiled outChuck Lever2023-02-271-6/+12