summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2023-04-20Merge tag 'net-6.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-80/+228
2023-04-20wifi: mac80211: remove return value check of debugfs_create_dir()Yingsha Xu-4/+0
2023-04-20net: bridge: switchdev: don't notify FDB entries with "master dynamic"Vladimir Oltean-0/+11
2023-04-19net/handshake: Add Kunit tests for the handshake consumer APIChuck Lever-0/+569
2023-04-19net/handshake: Add a kernel API for requesting a TLSv1.3 handshakeChuck Lever-2/+421
2023-04-19net/handshake: Create a NETLINK service for handling handshake requestsChuck Lever-0/+850
2023-04-19Merge tag 'ipsec-next-2023-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-65/+34
2023-04-19SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo-4/+0
2023-04-19page_pool: add DMA_ATTR_WEAK_ORDERING on all mappingsJakub Kicinski-2/+3
2023-04-19Merge tag 'nfsd-6.3-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds-1/+5
2023-04-19net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not setJakub Kicinski-4/+2
2023-04-19net: skbuff: hide wifi_acked when CONFIG_WIRELESS not setJakub Kicinski-0/+4
2023-04-19netfilter: conntrack: fix wrong ct->timeout valueTzung-Bi Shih-4/+9
2023-04-19mptcp: fix accept vs worker racePaolo Abeni-33/+58
2023-04-19mptcp: stops worker on unaccepted sockets at listener closePaolo Abeni-1/+78
2023-04-19netfilter: conntrack: restore IPS_CONFIRMED out of nf_conntrack_hash_check_in...Pablo Neira Ayuso-1/+4
2023-04-19net: rpl: fix rpl header size calculationAlexander Aring-1/+2
2023-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski-46/+76
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra-4/+2
2023-04-18wifi: mac80211: remove ieee80211_tx_status_8023Felix Fietkau-24/+0
2023-04-18netfilter: nf_tables: tighten netlink attribute requirements for catch-all el...Pablo Neira Ayuso-1/+2
2023-04-18netfilter: nf_tables: validate catch-all set elementsPablo Neira Ayuso-38/+62
2023-04-17bpf: Set skb redirect and from_ingress info in __bpf_tx_skbDaniel Borkmann-0/+1
2023-04-17SUNRPC: Fix failures of checksum Kunit testsChuck Lever-1/+4
2023-04-17net/sched: clear actions pointer in miss cookie init failPedro Tammela-0/+3
2023-04-17sctp: add intl_capable and reconf_capable in ss peer_capableXin Long-2/+3
2023-04-17sctp: delete the obsolete code for the host name address paramXin Long-10/+2
2023-04-17mptcp: remove unused 'remaining' variableMatthieu Baerts-5/+2
2023-04-17mptcp: make userspace_pm_append_new_local_addr staticGeliang Tang-4/+2
2023-04-17mptcp: fastclose msk when cleaning unaccepted socketsPaolo Abeni-2/+5
2023-04-17mptcp: move first subflow allocation at mpc access timePaolo Abeni-37/+54
2023-04-17mptcp: move fastopen subflow check inside mptcp_sendmsg_fastopen()Paolo Abeni-6/+18
2023-04-17mptcp: avoid unneeded __mptcp_nmpc_socket() usagePaolo Abeni-3/+6
2023-04-17mptcp: drop unneeded argumentPaolo Abeni-5/+5
2023-04-16bpf: Remove bpf_kfunc_call_test_kptr_get() test kfuncDavid Vernet-12/+0
2023-04-14page_pool: allow caching from safely localized NAPIJakub Kicinski-4/+18
2023-04-14net: skb: plumb napi state thru skb freeing pathsJakub Kicinski-18/+20
2023-04-14net/ipv6: Initialise msg_control_is_userKevin Brodsky-0/+1
2023-04-14net/compat: Update msg_control_is_user when setting a kernel pointerKevin Brodsky-0/+1
2023-04-14net: Ensure ->msg_control_user is used for user buffersKevin Brodsky-11/+14
2023-04-14vsock/loopback: don't disable irqs for queue accessArseniy Krasnov-2/+1
2023-04-14net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_aggGwangun Jung-6/+7
2023-04-13net/sched: taprio: allow per-TC user input of FP adminStatusVladimir Oltean-13/+52
2023-04-13net/sched: mqprio: allow per-TC user input of FP adminStatusVladimir Oltean-1/+143
2023-04-13net/sched: pass netlink extack to mqprio and taprio offloadVladimir Oltean-3/+14
2023-04-13net/sched: mqprio: add an extack message to mqprio_parse_opt()Vladimir Oltean-1/+4
2023-04-13net/sched: mqprio: add extack to mqprio_parse_nlattr()Vladimir Oltean-7/+23
2023-04-13net/sched: mqprio: simplify handling of nlattr portion of TCA_OPTIONSVladimir Oltean-19/+13
2023-04-13net: ethtool: create and export ethtool_dev_mm_supported()Vladimir Oltean-0/+23
2023-04-13Daniel Borkmann says:Jakub Kicinski-110/+299