summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-07-27phonet: use siocdevprivateArnd Bergmann1-3/+3
2021-07-27bridge: use ndo_siocdevprivateArnd Bergmann3-12/+28
2021-07-27net: split out SIOCDEVPRIVATE handling from dev_ioctlArnd Bergmann1-3/+22
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-27openvswitch: fix sparse warning incorrect typeMark Gray1-1/+1
2021-07-27openvswitch: fix alignment issuesMark Gray2-8/+14
2021-07-27net: netlink: add the case when nlh is NULLYajun Deng2-10/+5
2021-07-27ethtool: Fix rxnfc copy to user buffer overflowSaeed Mahameed1-1/+1
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-27Revert "net: dsa: Allow drivers to filter packets they can decode source port...Vladimir Oltean2-6/+1
2021-07-27net: dsa: sja1105: add bridge TX data plane offload based on tag_8021qVladimir Oltean2-4/+75
2021-07-27net: dsa: sja1105: add support for imprecise RXVladimir Oltean2-44/+86
2021-07-27net: bridge: add a helper for retrieving port VLANs from the data pathVladimir Oltean1-0/+27
2021-07-27net: bridge: update BROPT_VLAN_ENABLED before notifying switchdev in br_vlan_...Vladimir Oltean1-2/+5
2021-07-27Merge tag 'linux-can-next-for-5.15-20210725' of git://git.kernel.org/pub/scm/...David S. Miller2-19/+25
2021-07-25tipc: fix an use-after-free issue in tipc_recvmsgXin Long1-3/+5
2021-07-25can: j1939: j1939_xtp_rx_dat_one(): use separate pointer for session skb cont...Marc Kleine-Budde1-4/+4
2021-07-25can: j1939: j1939_session_tx_dat(): use consistent name se_skcb for session s...Marc Kleine-Budde1-4/+4
2021-07-25can: j1939: j1939_session_completed(): use consistent name se_skb for the ses...Marc Kleine-Budde1-4/+4
2021-07-25can: j1939: replace fall through comment by fallthrough pseudo-keywordMarc Kleine-Budde1-5/+10
2021-07-25can: j1939: fix checkpatch warningsMarc Kleine-Budde1-2/+3
2021-07-25can: j1939: j1939_sk_sock_destruct(): correct a grammatical errorgushengxian1-1/+1
2021-07-25nfc: constify nfc_digital_opsKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify nfc_llc_opsKrzysztof Kozlowski4-6/+6
2021-07-25nfc: constify nfc_hci_opsKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify nfc_opsKrzysztof Kozlowski4-4/+4
2021-07-25nfc: constify nfc_hci_gateKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski1-8/+8
2021-07-25nfc: constify nci_opsKrzysztof Kozlowski1-3/+2
2021-07-25nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski1-1/+1
2021-07-24net: bridge: fix build when setting skb->offload_fwd_mark with CONFIG_NET_SWI...Vladimir Oltean3-1/+12
2021-07-23mpls: defer ttl decrement in mpls_forward()Kangmin Park1-1/+1
2021-07-23net: dsa: tag_dsa: offload the bridge forwarding processTobias Waldekranz1-8/+44
2021-07-23net: dsa: add support for bridge TX forwarding offloadVladimir Oltean3-1/+86
2021-07-23net: dsa: track the number of switches in a treeVladimir Oltean1-0/+3
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz5-6/+114
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller24-75/+190
2021-07-23net: socket: rework compat_ifreq_ioctl()Arnd Bergmann5-47/+74
2021-07-23net: socket: simplify dev_ifconf handlingArnd Bergmann2-71/+43
2021-07-23net: socket: remove register_gifconfArnd Bergmann2-36/+11
2021-07-23net: socket: rework SIOC?IFMAP ioctlsArnd Bergmann2-50/+54
2021-07-23ethtool: improve compat ioctl handlingArnd Bergmann2-140/+121
2021-07-22ipv6: fix "'ioam6_if_id_max' defined but not used" warnMatthieu Baerts1-2/+1
2021-07-22net: selftests: add MTU testOleksij Rempel1-0/+12
2021-07-22net: sched: cls_api: Fix the the wrong parameterYajun Deng1-1/+1
2021-07-22net: switchdev: fix FDB entries towards foreign ports not getting propagated ...Vladimir Oltean1-72/+142
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean8-85/+118