summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | wifi: mac80211: remove return value check of debugfs_create_dir()Yingsha Xu2023-04-201-4/+0
| * | wifi: mac80211: remove ieee80211_tx_status_8023Felix Fietkau2023-04-181-24/+0
| * | wifi: mac80211: add flush_sta methodJohannes Berg2023-04-133-2/+28
| * | wifi: mac80211: flush queues on STA removalJohannes Berg2023-04-131-0/+8
| * | wifi: ieee80211: correctly mark FTM frames non-bufferableJohannes Berg2023-04-131-2/+2
| * | wifi: mac80211: set EHT support flag in AP modeAloka Dixit2023-04-111-0/+4
* | | net/packet: support mergeable feature of virtioJianfeng Tan2023-04-213-40/+59
* | | bridge: Allow setting per-{Port, VLAN} neighbor suppression stateIdo Schimmel2023-04-212-2/+8
* | | bridge: vlan: Allow setting VLAN neighbor suppression stateIdo Schimmel2023-04-212-1/+20
* | | bridge: Add per-{Port, VLAN} neighbor suppression data path supportIdo Schimmel2023-04-211-1/+17
* | | bridge: Encapsulate data path neighbor suppression logicIdo Schimmel2023-04-213-6/+13
* | | bridge: Take per-{Port, VLAN} neighbor suppression into accountIdo Schimmel2023-04-212-2/+2
* | | bridge: Add internal flags for per-{Port, VLAN} neighbor suppressionIdo Schimmel2023-04-211-0/+1
* | | bridge: Pass VLAN ID to br_flood()Ido Schimmel2023-04-214-7/+9
* | | bridge: Reorder neighbor suppression check when floodingIdo Schimmel2023-04-211-2/+2
* | | vlan: Add MACsec offload operations for VLAN interfaceEmeel Hakim2023-04-211-0/+242
* | | sctp: delete the nested flexible array hmacXin Long2023-04-212-2/+2
* | | sctp: delete the nested flexible array peer_initXin Long2023-04-213-9/+8
* | | 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-215-48/+126
* | | net: extend drop reasons for multiple subsystemsJohannes Berg2023-04-212-12/+80
* | | ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6Mahesh Bandewar2023-04-212-2/+14
* | | net: ethtool: mm: sanitize some UAPI configurationsVladimir Oltean2023-04-211-0/+10
* | | net: skbuff: update and rename __kfree_skb_defer()Jakub Kicinski2023-04-213-4/+5
* | | page_pool: unlink from napi during destroyJakub Kicinski2023-04-211-1/+17
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-2111-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-193-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-208-0/+569
* | | | | | net/handshake: Add a kernel API for requesting a TLSv1.3 handshakeChuck Lever2023-04-204-2/+421
* | | | | | net/handshake: Create a NETLINK service for handling handshake requestsChuck Lever2023-04-209-0/+850
* | | | | | Merge tag 'ipsec-next-2023-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-04-202-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