summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* phonet: use siocdevprivateArnd Bergmann2021-07-271-3/+3
* bridge: use ndo_siocdevprivateArnd Bergmann2021-07-273-12/+28
* net: split out SIOCDEVPRIVATE handling from dev_ioctlArnd Bergmann2021-07-271-3/+22
* tcp: more accurately check DSACKs to grow RACK reordering windowNeal Cardwell2021-07-272-2/+10
* tcp: more accurately detect spurious TLP probesYuchung Cheng2021-07-271-1/+4
* openvswitch: fix sparse warning incorrect typeMark Gray2021-07-271-1/+1
* openvswitch: fix alignment issuesMark Gray2021-07-272-8/+14
* net: netlink: add the case when nlh is NULLYajun Deng2021-07-272-10/+5
* ethtool: Fix rxnfc copy to user buffer overflowSaeed Mahameed2021-07-271-1/+1
* flow_dissector: Fix out-of-bounds warningsGustavo A. R. Silva2021-07-261-4/+8
* ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()Gustavo A. R. Silva2021-07-261-2/+3
* Revert "net: dsa: Allow drivers to filter packets they can decode source port...Vladimir Oltean2021-07-262-6/+1
* net: dsa: sja1105: add bridge TX data plane offload based on tag_8021qVladimir Oltean2021-07-262-4/+75
* net: dsa: sja1105: add support for imprecise RXVladimir Oltean2021-07-262-44/+86
* net: bridge: add a helper for retrieving port VLANs from the data pathVladimir Oltean2021-07-261-0/+27
* net: bridge: update BROPT_VLAN_ENABLED before notifying switchdev in br_vlan_...Vladimir Oltean2021-07-261-2/+5
* Merge tag 'linux-can-next-for-5.15-20210725' of git://git.kernel.org/pub/scm/...David S. Miller2021-07-262-19/+25
|\
| * can: j1939: j1939_xtp_rx_dat_one(): use separate pointer for session skb cont...Marc Kleine-Budde2021-07-251-4/+4
| * can: j1939: j1939_session_tx_dat(): use consistent name se_skcb for session s...Marc Kleine-Budde2021-07-251-4/+4
| * can: j1939: j1939_session_completed(): use consistent name se_skb for the ses...Marc Kleine-Budde2021-07-251-4/+4
| * can: j1939: replace fall through comment by fallthrough pseudo-keywordMarc Kleine-Budde2021-07-251-5/+10
| * can: j1939: fix checkpatch warningsMarc Kleine-Budde2021-07-251-2/+3
| * can: j1939: j1939_sk_sock_destruct(): correct a grammatical errorgushengxian2021-07-251-1/+1
* | tipc: fix an use-after-free issue in tipc_recvmsgXin Long2021-07-251-3/+5
|/
* nfc: constify nfc_digital_opsKrzysztof Kozlowski2021-07-251-1/+1
* nfc: constify nfc_llc_opsKrzysztof Kozlowski2021-07-254-6/+6
* nfc: constify nfc_hci_opsKrzysztof Kozlowski2021-07-251-1/+1
* nfc: constify nfc_opsKrzysztof Kozlowski2021-07-254-4/+4
* nfc: constify nfc_hci_gateKrzysztof Kozlowski2021-07-251-1/+1
* nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski2021-07-251-1/+1
* nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski2021-07-251-8/+8
* nfc: constify nci_opsKrzysztof Kozlowski2021-07-251-3/+2
* nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski2021-07-251-1/+1
* net: bridge: fix build when setting skb->offload_fwd_mark with CONFIG_NET_SWI...Vladimir Oltean2021-07-243-1/+12
* mpls: defer ttl decrement in mpls_forward()Kangmin Park2021-07-231-1/+1
* net: dsa: tag_dsa: offload the bridge forwarding processTobias Waldekranz2021-07-231-8/+44
* net: dsa: add support for bridge TX forwarding offloadVladimir Oltean2021-07-233-1/+86
* net: dsa: track the number of switches in a treeVladimir Oltean2021-07-231-0/+3
* net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz2021-07-235-6/+114
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-2324-75/+190
|\
| * net: sched: cls_api: Fix the the wrong parameterYajun Deng2021-07-221-1/+1
| * net: dsa: tag_ksz: dont let the hardware process the layer 4 checksumLino Sanfilippo2021-07-211-0/+9
| * net: dsa: ensure linearized SKBs in case of tail taggersLino Sanfilippo2021-07-211-5/+9
| * tcp: disable TFO blackhole logic by defaultWei Wang2021-07-212-2/+9
| * sctp: do not update transport pathmtu if SPP_PMTUD_ENABLE is not setXin Long2021-07-211-2/+2
| * udp: check encap socket in __udp_lib_errVadim Fedorenko2021-07-212-12/+38
| * sctp: update active_key for asoc when old key is being replacedXin Long2021-07-211-0/+2
| * ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptionsPaolo Abeni2021-07-201-1/+1
| * net/sched: act_skbmod: Skip non-Ethernet packetsPeilin Ye2021-07-201-4/+8
| * net: bridge: do not replay fdb entries pointing towards the bridge twiceVladimir Oltean2021-07-201-1/+1