summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | net: add debugging checks in skb_attempt_defer_free()Eric Dumazet2023-04-231-0/+3
| * | | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-04-217-25/+472
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf: add test_run support for netfilter program typeFlorian Westphal2023-04-212-0/+159
| | * | | | | | | | netfilter: disallow bpf hook attachment at same priorityFlorian Westphal2023-04-211-0/+12
| | * | | | | | | | netfilter: nfnetlink hook: dump bpf prog idFlorian Westphal2023-04-211-13/+68
| | * | | | | | | | bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal2023-04-212-1/+70
| | * | | | | | | | bpf: add bpf_link support for BPF_NETFILTER programsFlorian Westphal2023-04-213-0/+163
| | * | | | | | | | bpf: Set skb redirect and from_ingress info in __bpf_tx_skbDaniel Borkmann2023-04-171-0/+1
| | * | | | | | | | bpf: Remove bpf_kfunc_call_test_kptr_get() test kfuncDavid Vernet2023-04-161-12/+0
| * | | | | | | | | net: dst: fix missing initialization of rt_uncachedMaxime Bizon2023-04-215-11/+3
| * | | | | | | | | net/handshake: Fix section mismatch in handshake_exitGeert Uytterhoeven2023-04-211-1/+1
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge tag 'wireless-next-2023-04-21' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-04-217-30/+40
| |\ \ \ \ \ \ \ \
| | * | | | | | | | 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-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
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | 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