summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext"Hector Martin2023-03-121-2/+0
* Merge tag 'nfsd-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-03-101-1/+5
|\
| * SUNRPC: Fix a server shutdown leakBenjamin Coddington2023-03-081-1/+5
* | 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-081-7/+4
| * | af_unix: fix struct pid leaks in OOB supportEric Dumazet2023-03-081-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-064-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-021-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-021-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-011-7/+19
| * | | | net: tls: fix possible race condition between do_tls_getsockopt_conf() and do...Hangyu Hua2023-03-011-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
* | | | Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-03-013-22/+49
|\ \ \ \ | |_|/ / |/| | |
| * | | net/9p: fix bug in client create for .LEric Van Hensbergen2023-02-241-1/+1
| * | | 9p/rdma: unmap receive dma buffer in rdma_request()/post_recv()Zhengchao Shao2023-02-241-3/+12
| * | | 9p/xen: fix connection sequenceJuergen Gross2023-02-241-15/+23
| * | | 9p/xen: fix version parsingJuergen Gross2023-02-241-2/+8
| * | | net/9p: Adjust maximum MSIZE to account for p9 headerEric Van Hensbergen2023-02-231-1/+5
* | | | Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-02-2724-131/+169
|\ \ \ \ | | |_|/ | |/| |
| * | | tcp: tcp_check_req() can be called from process contextEric Dumazet2023-02-271-2/+5
| * | | Merge tag 'wireless-2023-02-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-02-271-2/+2
| |\ \ \
| | * | | wifi: wext: warn about usage only onceJohannes Berg2023-02-261-2/+2
| * | | | net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchyPedro Tammela2023-02-271-2/+2
| * | | | net/sched: act_sample: fix action bind logicPedro Tammela2023-02-261-2/+9
| * | | | net/sched: act_mpls: fix action bind logicPedro Tammela2023-02-261-29/+37
| * | | | net/sched: act_pedit: fix action bind logicPedro Tammela2023-02-261-27/+31
| * | | | nfc: fix memory leak of se_io context in nfc_genl_se_ioFedor Pchelkin2023-02-261-0/+4
| * | | | net/sched: cls_api: Move call to tcf_exts_miss_cookie_base_destroy()Nathan Chancellor2023-02-261-1/+1