summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: bridge: vlan: notify switchdev only when something changedVladimir Oltean2022-02-161-30/+65
* net: bridge: vlan: make __vlan_add_flags react only to PVID and UNTAGGEDVladimir Oltean2022-02-161-2/+4
* net: bridge: vlan: don't notify to switchdev master VLANs without BRENTRY flagVladimir Oltean2022-02-161-3/+6
* net: bridge: vlan: check early for lack of BRENTRY flag in br_vlan_add_existingVladimir Oltean2022-02-161-6/+4
* net: bridge: vlan: check for errors from __vlan_del in __vlan_flushVladimir Oltean2022-02-151-1/+8
* ipv6: blackhole_netdev needs snmp6 countersIdo Schimmel2022-02-141-9/+9
* net: dev: Make rps_lock() disable interrupts.Sebastian Andrzej Siewior2022-02-141-34/+42
* net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior2022-02-141-38/+29
* net: dev: Remove preempt_disable() and get_cpu() in netif_rx_internal().Sebastian Andrzej Siewior2022-02-141-4/+1
* ipv6: Add reasons for skb drops to __udp6_lib_rcvDavid Ahern2022-02-141-2/+9
* net/smc: Add comment for smc_tx_pendingTony Lu2022-02-141-1/+6
* Generate netlink notification when default IPv6 route preference changesKalash Nainwal2022-02-141-1/+5
* net/sched: act_police: more accurate MTU policingDavide Caratti2022-02-141-1/+15
* Merge tag 'wireless-next-2022-02-11' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2022-02-1116-46/+234
|\
| * mac80211: Remove redundent assignment channel_typeJiapeng Chong2022-02-041-1/+0
| * mac80211: remove useless ieee80211_vif_is_mesh() checkBaligh Gasmi2022-02-041-2/+1
| * mac80211: fix struct ieee80211_tx_info sizeAvraham Stern2022-02-041-4/+8
| * mac80211: mlme: validate peer HE supported ratesMordechay Goodstein2022-02-041-1/+100
| * mac80211: remove unused macrosJohannes Berg2022-02-046-13/+7
| * cfg80211: pmsr: remove useless ifdef guardsJohannes Berg2022-02-041-4/+0
| * mac80211: airtime: avoid variable shadowingJohannes Berg2022-02-041-2/+3
| * mac80211: mlme: add documentation from spec to codeMordechay Goodstein2022-02-041-1/+9
| * mac80211: vht: use HE macros for parsing HE capabilitiesMordechay Goodstein2022-02-041-2/+2
| * cfg80211: don't add non transmitted BSS to 6GHz scanned channelsAvraham Stern2022-02-041-1/+8
| * cfg80211/mac80211: assume CHECKSUM_COMPLETE includes SNAPJohannes Berg2022-02-042-3/+7
| * mac80211: consider RX NSS in UHB connectionMordechay Goodstein2022-02-041-3/+58
| * mac80211: limit bandwidth in HE capabilitiesJohannes Berg2022-02-044-10/+32
* | ipv4: add (struct uncached_list)->quarantine listEric Dumazet2022-02-111-3/+9
* | ipv6: add (struct uncached_list)->quarantine listEric Dumazet2022-02-111-3/+14
* | ipv6: give an IPv6 dev to blackhole_netdevEric Dumazet2022-02-112-59/+40
* | ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncacheEric Dumazet2022-02-112-5/+0
* | ipv6: Reject routes configurations that specify dsfield (tos)Guillaume Nault2022-02-111-0/+6
* | net: dsa: remove lockdep class for DSA slave address listVladimir Oltean2022-02-111-12/+0
* | net: dsa: remove lockdep class for DSA master address listVladimir Oltean2022-02-111-4/+0
* | net: dsa: remove ndo_get_phys_port_name and ndo_get_port_parent_idVladimir Oltean2022-02-111-41/+1
* | net/smc: Add global configure for handshake limitation by netlinkD. Wythe2022-02-114-0/+66
* | net/smc: Dynamic control handshake limitation by socket optionsD. Wythe2022-02-112-1/+69
* | net/smc: Limit SMC visits when handshake workqueue congestedD. Wythe2022-02-112-1/+19
* | net/smc: Limit backlog connectionsD. Wythe2022-02-112-1/+50
* | net/smc: Make smc_tcp_listen_work() independentD. Wythe2022-02-111-2/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-1128-156/+411
|\ \
| * \ Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-1119-82/+144
| |\ \
| | * | net: mpls: Fix GCC 12 warningVictor Erminpour2022-02-101-1/+1
| | * | skbuff: cleanup double word in commentTom Rix2022-02-101-1/+1
| | * | mptcp: netlink: process IPv6 addrs in creating listening socketsKishen Maloor2022-02-101-2/+6
| | * | vlan: move dev_put into vlan_dev_uninitXin Long2022-02-091-3/+5
| | * | vlan: introduce vlan_dev_free_egress_priorityXin Long2022-02-093-5/+11
| | * | ax25: fix UAF bugs of net_device caused by rebinding operationDuoming Zhou2022-02-091-1/+4
| | * | net: dsa: fix panic when DSA master device unbinds on shutdownVladimir Oltean2022-02-091-19/+6
| | * | tipc: rate limit warning for received illegal binding updateJon Maloy2022-02-091-1/+1