summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* seg6: add NEXT-C-SID support for SRv6 End behaviorAndrea Mayer2022-09-201-3/+332
* seg6: add netlink_ext_ack support in parsing SRv6 behavior attributesAndrea Mayer2022-09-201-16/+28
* net-next: gro: Fix use of skb_gro_header_slowRichard Gobert2022-09-201-1/+1
* net: dsa: allow masters to join a LAGVladimir Oltean2022-09-205-10/+298
* net: dsa: propagate extack to port_lag_joinVladimir Oltean2022-09-203-2/+4
* net: dsa: suppress device links to LAG DSA mastersVladimir Oltean2022-09-201-6/+8
* net: dsa: suppress appending ethtool stats to LAG DSA mastersVladimir Oltean2022-09-201-0/+9
* net: dsa: don't keep track of admin/oper state on LAG DSA mastersVladimir Oltean2022-09-201-0/+12
* net: dsa: allow the DSA master to be seen and changed through rtnetlinkVladimir Oltean2022-09-207-1/+354
* net: dsa: introduce dsa_port_get_master()Vladimir Oltean2022-09-205-27/+26
* flow_offload: Introduce flow_match_l2tpv3Wojciech Drewek2022-09-201-0/+7
* net/sched: flower: Add L2TPv3 filterWojciech Drewek2022-09-201-0/+16
* flow_dissector: Add L2TPv3 dissectorsWojciech Drewek2022-09-201-0/+28
* openvswitch: Change the return type for vport_ops.send function hook to intNathan Huckleberry2022-09-202-2/+2
* Merge tag 'batadv-next-pullrequest-20220916' of git://git.open-mesh.org/linux...Jakub Kicinski2022-09-204-43/+1
|\
| * batman-adv: remove unused struct definitionsMarek Lindner2022-09-151-39/+0
| * batman-adv: Drop initialization of flexible ethtool_link_ksettingsSven Eckelmann2022-08-201-1/+0
| * batman-adv: Drop unused headers in trace.hSven Eckelmann2022-08-171-2/+0
| * batman-adv: Start new development cycleSimon Wunderlich2022-08-171-1/+1
* | net: rds: add missing __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-203-4/+4
* | rxrpc: remove rxrpc_max_call_lifetime declarationGaosheng Cui2022-09-201-1/+0
* | Merge tag 'linux-can-next-for-6.1-20220915' of git://git.kernel.org/pub/scm/l...David S. Miller2022-09-166-66/+111
|\ \
| * | can: raw: add CAN XL supportOliver Hartkopp2022-09-151-12/+43
| * | can: canxl: update CAN infrastructure for CAN XL framesOliver Hartkopp2022-09-151-1/+24
| * | can: set CANFD_FDF flag in all CAN FD frame structuresOliver Hartkopp2022-09-151-0/+5
| * | can: skb: unify skb CAN frame identification helpersOliver Hartkopp2022-09-155-45/+24
| * | can: raw: use guard clause to optimize nesting in raw_rcv()Ziyang Xuan2022-09-061-7/+6
| * | can: raw: process optimization in raw_init()Ziyang Xuan2022-09-061-3/+11
* | | vsock/vmci: fix repeated words in commentsJilin Yuan2022-09-161-1/+1
* | | rtnetlink: advertise allmulti counterNicolas Dichtel2022-09-161-0/+3
* | | mptcp: account memory allocation in mptcp_nl_cmd_add_addr() to userThomas Haller2022-09-151-1/+1
* | | mptcp: allow privileged operations from user namespacesThomas Haller2022-09-151-9/+9
* | | mptcp: add do_check_data_fin to replace copiedGeliang Tang2022-09-151-3/+4
* | | mptcp: add mptcp_for_each_subflow_safe helperMatthieu Baerts2022-09-153-4/+6
* | | net: openvswitch: fix repeated words in commentsJilin Yuan2022-09-091-1/+1
* | | net: sched: act_vlan: get rid of tcf_vlan_walker and tcf_vlan_searchZhengchao Shao2022-09-091-19/+0
* | | net: sched: act_tunnel_key: get rid of tunnel_key_walker and tunnel_key_searchZhengchao Shao2022-09-091-19/+0
* | | net: sched: act_skbmod: get rid of tcf_skbmod_walker and tcf_skbmod_searchZhengchao Shao2022-09-091-19/+0
* | | net: sched: act_skbedit: get rid of tcf_skbedit_walker and tcf_skbedit_searchZhengchao Shao2022-09-091-19/+0
* | | net: sched: act_simple: get rid of tcf_simp_walker and tcf_simp_searchZhengchao Shao2022-09-091-19/+0
* | | net: sched: act_sample: get rid of tcf_sample_walker and tcf_sample_searchZhengchao Shao2022-09-091-19/+0
* | | net: sched: act_police: get rid of tcf_police_walker and tcf_police_searchZhengchao Shao2022-09-091-19/+0
* | | net: sched: act_pedit: get rid of tcf_pedit_walker and tcf_pedit_searchZhengchao Shao2022-09-091-19/+0
* | | net: sched: act_nat: get rid of tcf_nat_walker and tcf_nat_searchZhengchao Shao2022-09-091-19/+0
* | | net: sched: act_mpls: get rid of tcf_mpls_walker and tcf_mpls_searchZhengchao Shao2022-09-091-19/+0
* | | net: sched: act_mirred: get rid of tcf_mirred_walker and tcf_mirred_searchZhengchao Shao2022-09-091-19/+0
* | | net: sched: act_ipt: get rid of tcf_ipt_walker/tcf_xt_walker and tcf_ipt_sear...Zhengchao Shao2022-09-091-38/+0
* | | net: sched: act_ife: get rid of tcf_ife_walker and tcf_ife_searchZhengchao Shao2022-09-091-19/+0
* | | net: sched: act_gate: get rid of tcf_gate_walker and tcf_gate_searchZhengchao Shao2022-09-091-19/+0
* | | net: sched: act_gact: get rid of tcf_gact_walker and tcf_gact_searchZhengchao Shao2022-09-091-19/+0