summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: delete the nested flexible array variableXin Long2023-04-213-7/+9
* sctp: delete the nested flexible array skipXin Long2023-04-211-2/+2
* sctp: delete the nested flexible array paramsXin Long2023-04-214-12/+12
* mac80211: use the new drop reasons infrastructureJohannes Berg2023-04-205-48/+126
* net: extend drop reasons for multiple subsystemsJohannes Berg2023-04-202-12/+80
* ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6Mahesh Bandewar2023-04-202-2/+14
* net: ethtool: mm: sanitize some UAPI configurationsVladimir Oltean2023-04-201-0/+10
* net: skbuff: update and rename __kfree_skb_defer()Jakub Kicinski2023-04-203-4/+5
* page_pool: unlink from napi during destroyJakub Kicinski2023-04-201-1/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-2011-81/+233
|\
| * Merge tag 'net-6.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-04-2010-80/+228
| |\
| | * net: bridge: switchdev: don't notify FDB entries with "master dynamic"Vladimir Oltean2023-04-201-0/+11
| | * mptcp: fix accept vs worker racePaolo Abeni2023-04-193-33/+58
| | * mptcp: stops worker on unaccepted sockets at listener closePaolo Abeni2023-04-193-1/+78
| | * net: rpl: fix rpl header size calculationAlexander Aring2023-04-191-1/+2
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2023-04-183-46/+76
| | |\
| | | * netfilter: nf_tables: tighten netlink attribute requirements for catch-all el...Pablo Neira Ayuso2023-04-181-1/+2
| | | * netfilter: nf_tables: validate catch-all set elementsPablo Neira Ayuso2023-04-182-38/+62
| | | * netfilter: nf_tables: Modify nla_memdup's flag to GFP_KERNEL_ACCOUNTChen Aotian2023-04-061-1/+1
| | | * netfilter: br_netfilter: fix recent physdev match breakageFlorian Westphal2023-04-061-6/+11
| | * | net/sched: clear actions pointer in miss cookie init failPedro Tammela2023-04-171-0/+3
| | * | net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_aggGwangun Jung2023-04-141-6/+7
| * | | Merge tag 'nfsd-6.3-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-04-191-1/+5
| |\ \ \ | | |/ / | |/| |
| | * | SUNRPC: Fix failures of checksum Kunit testsChuck Lever2023-04-171-1/+4
| | * | sunrpc: Fix RFC6803 encryption testDavid Howells2023-04-131-0/+1
* | | | net/handshake: Add Kunit tests for the handshake consumer APIChuck Lever2023-04-198-0/+569
* | | | net/handshake: Add a kernel API for requesting a TLSv1.3 handshakeChuck Lever2023-04-194-2/+421
* | | | net/handshake: Create a NETLINK service for handling handshake requestsChuck Lever2023-04-199-0/+850
* | | | Merge tag 'ipsec-next-2023-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-04-192-65/+34
|\ \ \ \
| * | | | xfrm: Remove inner/outer modes from output pathHerbert Xu2023-03-131-22/+11
| * | | | xfrm: Remove inner/outer modes from input pathHerbert Xu2023-03-131-43/+23
* | | | | page_pool: add DMA_ATTR_WEAK_ORDERING on all mappingsJakub Kicinski2023-04-191-2/+3
* | | | | net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not setJakub Kicinski2023-04-192-4/+2
* | | | | net: skbuff: hide wifi_acked when CONFIG_WIRELESS not setJakub Kicinski2023-04-192-0/+4
* | | | | sctp: add intl_capable and reconf_capable in ss peer_capableXin Long2023-04-171-2/+3
* | | | | sctp: delete the obsolete code for the host name address paramXin Long2023-04-172-10/+2
* | | | | mptcp: remove unused 'remaining' variableMatthieu Baerts2023-04-171-5/+2
* | | | | mptcp: make userspace_pm_append_new_local_addr staticGeliang Tang2023-04-172-4/+2
* | | | | mptcp: fastclose msk when cleaning unaccepted socketsPaolo Abeni2023-04-171-2/+5
* | | | | mptcp: move first subflow allocation at mpc access timePaolo Abeni2023-04-174-37/+54
* | | | | mptcp: move fastopen subflow check inside mptcp_sendmsg_fastopen()Paolo Abeni2023-04-171-6/+18
* | | | | mptcp: avoid unneeded __mptcp_nmpc_socket() usagePaolo Abeni2023-04-171-3/+6
* | | | | mptcp: drop unneeded argumentPaolo Abeni2023-04-174-5/+5
* | | | | page_pool: allow caching from safely localized NAPIJakub Kicinski2023-04-143-4/+18
* | | | | net: skb: plumb napi state thru skb freeing pathsJakub Kicinski2023-04-141-18/+20
* | | | | net/ipv6: Initialise msg_control_is_userKevin Brodsky2023-04-141-0/+1
* | | | | net/compat: Update msg_control_is_user when setting a kernel pointerKevin Brodsky2023-04-141-0/+1
* | | | | net: Ensure ->msg_control_user is used for user buffersKevin Brodsky2023-04-143-11/+14
* | | | | vsock/loopback: don't disable irqs for queue accessArseniy Krasnov2023-04-141-2/+1
* | | | | net/sched: taprio: allow per-TC user input of FP adminStatusVladimir Oltean2023-04-131-13/+52