summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: don't set skb->offload_fwd_mark when not offloading the bridgeVladimir Oltean2021-07-2912-20/+50
* net/sched: store the last executed chain also for clsact egressDavide Caratti2021-07-2917-43/+34
* net: dsa: tag_sja1105: fix control packets on SJA1110 being received on an im...Vladimir Oltean2021-07-291-17/+10
* mctp: Allow per-netns default networksMatt Johnston2021-07-293-1/+18
* mctp: Add dest neighbour lladdr to route outputMatt Johnston2021-07-291-2/+8
* mctp: Implement message fragmentation & reassemblyJeremy Kerr2021-07-292-41/+339
* mctp: Populate socket implementationJeremy Kerr2021-07-292-10/+419
* mctp: Add neighbour netlink interfaceMatt Johnston2021-07-291-3/+204
* mctp: Add neighbour implementationMatt Johnston2021-07-294-1/+148
* mctp: Add netlink route managementMatt Johnston2021-07-291-9/+249
* mctp: Add initial routing frameworkJeremy Kerr2021-07-294-1/+345
* mctp: Add device handling and netlink interfaceJeremy Kerr2021-07-293-1/+423
* mctp: Add base socket/protocol definitionsJeremy Kerr2021-07-291-0/+163
* mctp: Add MCTP baseJeremy Kerr2021-07-297-0/+33
* skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni2021-07-292-4/+15
* net: optimize GRO for the common case.Paolo Abeni2021-07-292-11/+28
* sk_buff: track extension status in slow_groPaolo Abeni2021-07-291-0/+1
* net: bridge: switchdev: treat local FDBs the same as entries towards the bridgeVladimir Oltean2021-07-282-3/+2
* net: bridge: switchdev: replay the entire FDB for each portVladimir Oltean2021-07-283-30/+11
* net/sched: act_skbmod: Add SKBMOD_F_ECN option supportPeilin Ye2021-07-281-12/+32
* devlink: Remove duplicated registration checkLeon Romanovsky2021-07-281-9/+10
* net: cipso: fix warnings in netlbl_cipsov4_add_stdPavel Skripkin2021-07-271-4/+4
* net: bonding: move ioctl handling to private ndo operationArnd Bergmann2021-07-271-4/+4
* net: bridge: move bridge ioctls out of .ndo_do_ioctlArnd Bergmann2021-07-276-30/+37
* net: socket: return changed ifreq from SIOCDEVPRIVATEArnd Bergmann2021-07-272-4/+2
* net: split out ndo_siowandev ioctlArnd Bergmann2021-07-271-2/+18
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-274-18/+34
* dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann2021-07-273-54/+26
* ip_tunnel: use ndo_siocdevprivateArnd Bergmann2021-07-278-52/+57
* 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