summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-04-21net/packet: support mergeable feature of virtioJianfeng Tan3-40/+59
2023-04-21bridge: Allow setting per-{Port, VLAN} neighbor suppression stateIdo Schimmel2-2/+8
2023-04-21bridge: vlan: Allow setting VLAN neighbor suppression stateIdo Schimmel2-1/+20
2023-04-21bridge: Add per-{Port, VLAN} neighbor suppression data path supportIdo Schimmel1-1/+17
2023-04-21bridge: Encapsulate data path neighbor suppression logicIdo Schimmel3-6/+13
2023-04-21bridge: Take per-{Port, VLAN} neighbor suppression into accountIdo Schimmel2-2/+2
2023-04-21bridge: Add internal flags for per-{Port, VLAN} neighbor suppressionIdo Schimmel1-0/+1
2023-04-21bridge: Pass VLAN ID to br_flood()Ido Schimmel4-7/+9
2023-04-21bridge: Reorder neighbor suppression check when floodingIdo Schimmel1-2/+2
2023-04-21vlan: Add MACsec offload operations for VLAN interfaceEmeel Hakim1-0/+242
2023-04-21sctp: delete the nested flexible array hmacXin Long2-2/+2
2023-04-21sctp: delete the nested flexible array peer_initXin Long3-9/+8
2023-04-21sctp: delete the nested flexible array variableXin Long3-7/+9
2023-04-21sctp: delete the nested flexible array skipXin Long1-2/+2
2023-04-21sctp: delete the nested flexible array paramsXin Long4-12/+12
2023-04-21mac80211: use the new drop reasons infrastructureJohannes Berg5-48/+126
2023-04-21net: extend drop reasons for multiple subsystemsJohannes Berg2-12/+80
2023-04-21ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6Mahesh Bandewar2-2/+14
2023-04-21net: ethtool: mm: sanitize some UAPI configurationsVladimir Oltean1-0/+10
2023-04-21net: skbuff: update and rename __kfree_skb_defer()Jakub Kicinski3-4/+5
2023-04-21page_pool: unlink from napi during destroyJakub Kicinski1-1/+17
2023-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-81/+233
2023-04-20Merge tag 'net-6.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds10-80/+228
2023-04-20net: bridge: switchdev: don't notify FDB entries with "master dynamic"Vladimir Oltean1-0/+11
2023-04-20net/handshake: Add Kunit tests for the handshake consumer APIChuck Lever8-0/+569
2023-04-20net/handshake: Add a kernel API for requesting a TLSv1.3 handshakeChuck Lever4-2/+421
2023-04-20net/handshake: Create a NETLINK service for handling handshake requestsChuck Lever9-0/+850
2023-04-20Merge tag 'ipsec-next-2023-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2-65/+34
2023-04-19page_pool: add DMA_ATTR_WEAK_ORDERING on all mappingsJakub Kicinski1-2/+3
2023-04-19Merge tag 'nfsd-6.3-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-1/+5
2023-04-19net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not setJakub Kicinski2-4/+2
2023-04-19net: skbuff: hide wifi_acked when CONFIG_WIRELESS not setJakub Kicinski2-0/+4
2023-04-19mptcp: fix accept vs worker racePaolo Abeni3-33/+58
2023-04-19mptcp: stops worker on unaccepted sockets at listener closePaolo Abeni3-1/+78
2023-04-19net: rpl: fix rpl header size calculationAlexander Aring1-1/+2
2023-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski3-46/+76
2023-04-18netfilter: nf_tables: tighten netlink attribute requirements for catch-all el...Pablo Neira Ayuso1-1/+2
2023-04-18netfilter: nf_tables: validate catch-all set elementsPablo Neira Ayuso2-38/+62
2023-04-17SUNRPC: Fix failures of checksum Kunit testsChuck Lever1-1/+4
2023-04-17net/sched: clear actions pointer in miss cookie init failPedro Tammela1-0/+3
2023-04-17sctp: add intl_capable and reconf_capable in ss peer_capableXin Long1-2/+3
2023-04-17sctp: delete the obsolete code for the host name address paramXin Long2-10/+2
2023-04-17mptcp: remove unused 'remaining' variableMatthieu Baerts1-5/+2
2023-04-17mptcp: make userspace_pm_append_new_local_addr staticGeliang Tang2-4/+2
2023-04-17mptcp: fastclose msk when cleaning unaccepted socketsPaolo Abeni1-2/+5
2023-04-17mptcp: move first subflow allocation at mpc access timePaolo Abeni4-37/+54
2023-04-17mptcp: move fastopen subflow check inside mptcp_sendmsg_fastopen()Paolo Abeni1-6/+18
2023-04-17mptcp: avoid unneeded __mptcp_nmpc_socket() usagePaolo Abeni1-3/+6
2023-04-17mptcp: drop unneeded argumentPaolo Abeni4-5/+5
2023-04-15page_pool: allow caching from safely localized NAPIJakub Kicinski3-4/+18