summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean2023-04-231-1/+1
* rxrpc: Replace fake flex-array with flexible-array memberGustavo A. R. Silva2023-04-231-1/+1
* net: optimize napi_threaded_poll() vs RPS/RFSEric Dumazet2023-04-231-2/+10
* net: make napi_threaded_poll() aware of sd->defer_listEric Dumazet2023-04-231-0/+3
* net: move skb_defer_free_flush() upEric Dumazet2023-04-231-21/+21
* net: do not provide hard irq safety for sd->defer_lockEric Dumazet2023-04-232-5/+4
* 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-227-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-225-11/+3
* | net/handshake: Fix section mismatch in handshake_exitGeert Uytterhoeven2023-04-221-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-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