summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-03-1730-204/+240
|\
| * net: xdp: don't call notifiers during driver initJakub Kicinski2023-03-161-1/+3
| * net/sched: act_api: add specific EXT_WARN_MSG for tc actionHangbin Liu2023-03-161-4/+4
| * Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy"Hangbin Liu2023-03-161-2/+2
| * ynl: broaden the license even moreJakub Kicinski2023-03-164-4/+4
| * hsr: ratelimit only when errors are printedMatthieu Baerts2023-03-161-1/+1
| * net/iucv: Fix size of interrupt dataAlexandra Winter2023-03-161-1/+1
| * ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel2023-03-161-0/+3
| * Merge tag 'ipsec-2023-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-03-162-9/+41
| |\
| | * xfrm: Allow transport-mode states with AF_UNSPEC selectorHerbert Xu2023-02-241-5/+0
| | * xfrm: Zero padding when dumping algos and encapHerbert Xu2023-02-131-4/+41
| * | net: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-161-2/+2
| * | net: dsa: don't error out when drivers return ETH_DATA_LEN in .port_max_mtu()Vladimir Oltean2023-03-161-4/+5
| * | virtio/vsock: don't drop skbuff on copy failureArseniy Krasnov2023-03-161-3/+2
| * | virtio/vsock: remove redundant 'skb_pull()' callArseniy Krasnov2023-03-161-1/+0
| * | virtio/vsock: don't use skbuff state to account creditArseniy Krasnov2023-03-161-12/+11
| * | net/smc: Fix device de-init sequenceStefan Raspl2023-03-151-0/+1
| * | net/smc: fix deadlock triggered by cancel_delayed_work_syn()Wenjia Zhang2023-03-151-1/+1
| * | tcp: Fix bind() conflict check for dual-stack wildcard address.Kuniyuki Iwashima2023-03-151-1/+7
| * | net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet2023-03-152-8/+8
| * | net: hsr: Don't log netdev_err message on unknown prp dst nodeKristian Overskeid2023-03-141-1/+1
| * | net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()D. Wythe2023-03-131-0/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2023-03-103-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-101-0/+16
| * | | mptcp: avoid setting TCP_CLOSE state twiceMatthieu Baerts2023-03-101-1/+0
| * | | mptcp: add ro_after_init for tcp{,v6}_prot_overrideGeliang Tang2023-03-101-2/+2
| * | | mptcp: fix UaF in listener shutdownPaolo Abeni2023-03-103-78/+2
| * | | mptcp: use the workqueue to destroy unaccepted socketsPaolo Abeni2023-03-103-16/+46
| * | | mptcp: refactor passive socket initializationPaolo Abeni2023-03-102-23/+21
| * | | mptcp: fix possible deadlock in subflow_error_reportPaolo Abeni2023-03-101-0/+7
| * | | xdp: add xdp_set_features_flag utility routineLorenzo Bianconi2023-03-101-7/+19
| * | | Merge tag 'wireless-2023-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-03-102-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-091-1/+1
| |/ / /
* | | | 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