summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-27hamachi: use ndo_siocdevprivateArnd Bergmann1-25/+38
2021-07-27appletalk: use ndo_siocdevprivateArnd Bergmann1-6/+10
2021-07-27bonding: use siocdevprivateArnd Bergmann1-6/+24
2021-07-27tulip: use ndo_siocdevprivateArnd Bergmann1-3/+8
2021-07-27phonet: use siocdevprivateArnd Bergmann2-5/+6
2021-07-27bridge: use ndo_siocdevprivateArnd Bergmann3-12/+28
2021-07-27hostap: use ndo_siocdevprivateArnd Bergmann3-7/+29
2021-07-27staging: wlan-ng: use siocdevprivateArnd Bergmann1-65/+11
2021-07-27staging: rtlwifi: use siocdevprivateArnd Bergmann8-10/+34
2021-07-27net: split out SIOCDEVPRIVATE handling from dev_ioctlArnd Bergmann3-3/+32
2021-07-27Merge branch 'tcp-rack'David S. Miller2-3/+14
2021-07-27tcp: more accurately check DSACKs to grow RACK reordering windowNeal Cardwell2-2/+10
2021-07-27tcp: more accurately detect spurious TLP probesYuchung Cheng1-1/+4
2021-07-27qdisc: add new field for qdisc_enqueue tracepointTonghao Zhang1-0/+2
2021-07-27net: qed: remove unneeded return variablesJason Wang1-4/+2
2021-07-27docs: networking: dpaa2: add documentation for the switch driverIoana Ciornei3-0/+176
2021-07-27Merge branch 'ovs-upcall-issues'David S. Miller3-12/+18
2021-07-27openvswitch: fix sparse warning incorrect typeMark Gray1-1/+1
2021-07-27openvswitch: fix alignment issuesMark Gray3-10/+16
2021-07-27openvswitch: update kdoc OVS_DP_ATTR_PER_CPU_PIDSMark Gray1-1/+1
2021-07-27net: netlink: add the case when nlh is NULLYajun Deng3-11/+6
2021-07-27net: build all switchdev drivers as modules when the bridge is a moduleVladimir Oltean2-0/+3
2021-07-27ethtool: Fix rxnfc copy to user buffer overflowSaeed Mahameed1-1/+1
2021-07-27Merge branch 'ipa-clock'David S. Miller10-75/+110
2021-07-27net: ipa: introduce ipa_uc_clock()Alex Elder4-17/+45
2021-07-27net: ipa: set up the microcontroller earlierAlex Elder3-14/+14
2021-07-27net: ipa: set up IPA interrupts earlierAlex Elder3-17/+21
2021-07-27net: ipa: configure memory regions earlyAlex Elder1-8/+8
2021-07-27net: ipa: kill ipa_modem_setup()Alex Elder5-20/+23
2021-07-27flow_dissector: Fix out-of-bounds warningsGustavo A. R. Silva1-4/+8
2021-07-27ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()Gustavo A. R. Silva1-2/+3
2021-07-27net: ipa: enable inline checksum offload for IPA v4.5+Alex Elder3-0/+6
2021-07-27Merge branch 'ipa-kill-validation'David S. Miller12-128/+96
2021-07-27net: ipa: use WARN_ON() rather than assertionsAlex Elder7-44/+53
2021-07-27net: ipa: kill the remaining conditional validation codeAlex Elder7-27/+1
2021-07-27net: ipa: always validate filter and route tablesAlex Elder2-35/+17
2021-07-27net: ipa: fix ipa_cmd_table_valid()Alex Elder3-26/+29
2021-07-27Merge branch 'sja1105-bridge-port-traffic-termination'David S. Miller11-372/+363
2021-07-27Revert "net: dsa: Allow drivers to filter packets they can decode source port...Vladimir Oltean3-21/+1
2021-07-27net: dsa: sja1105: add bridge TX data plane offload based on tag_8021qVladimir Oltean4-4/+89
2021-07-27net: dsa: sja1105: add support for imprecise RXVladimir Oltean3-45/+93
2021-07-27net: dsa: sja1105: deny more than one VLAN-aware bridgeVladimir Oltean1-0/+13
2021-07-27net: dsa: sja1105: deny 8021q uppers on portsVladimir Oltean1-0/+15
2021-07-27net: dsa: sja1105: delete vlan delta save/restore logicVladimir Oltean2-300/+114
2021-07-27net: dsa: sja1105: remove redundant re-assignment of pointer tableColin Ian King1-2/+0
2021-07-27net: bridge: add a helper for retrieving port VLANs from the data pathVladimir Oltean2-0/+35
2021-07-27net: bridge: update BROPT_VLAN_ENABLED before notifying switchdev in br_vlan_...Vladimir Oltean1-2/+5
2021-07-27Merge tag 'mlx5-updates-2021-07-24' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller25-811/+1106
2021-07-27Merge tag 'linux-can-next-for-5.15-20210725' of git://git.kernel.org/pub/scm/...David S. Miller24-443/+584
2021-07-26net/mlx5e: Use the new TIR API for kTLSMaxim Mikityanskiy3-29/+35