summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-09-22net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu3-7/+27
2022-09-22net/smc: Introduce a specific sysctl for TEST_LINK timeWen Gu3-1/+11
2022-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netfil...Jakub Kicinski2-6/+13
2022-09-22flow_dissector: Do not count vlan tags inside tunnel payloadQingqing Yang1-2/+2
2022-09-22net: sched: remove unused tcf_result extensionJamal Hadi Salim1-2/+1
2022-09-22net: sched: simplify code in mall_reoffloadWilliam Dean1-4/+1
2022-09-21net/af_packet: registration process optimization in packet_init()Ziyang Xuan1-13/+13
2022-09-21net: sched: act_ct: remove redundant variable errJinpeng Cui1-4/+1
2022-09-21netfilter: rpfilter: Remove unused variable 'ret'.Guillaume Nault1-1/+0
2022-09-21netfilter: conntrack: revisit the gc initial rescheduling biasAntoine Tenart1-4/+6
2022-09-21netfilter: conntrack: fix the gc rescheduling delayAntoine Tenart1-2/+8
2022-09-21net/sched: use tc_cls_stats_dump() in filterZhengchao Shao8-75/+15
2022-09-21net: make NET_(DEV|NS)_REFCNT_TRACKER depend on NETLukas Bulwahn1-2/+2
2022-09-20net/sched: taprio: replace safety precautions with commentsVladimir Oltean1-15/+9
2022-09-20net/sched: taprio: add extack messages in taprio_initVladimir Oltean1-2/+6
2022-09-20net/sched: taprio: stop going through private ops for dequeue and peekVladimir Oltean1-46/+12
2022-09-20net/sched: taprio: remove redundant FULL_OFFLOAD_IS_ENABLED check in taprio_e...Vladimir Oltean1-3/+3
2022-09-20net/sched: taprio: use rtnl_dereference for oper and admin sched in taprio_de...Vladimir Oltean1-4/+8
2022-09-20net/sched: taprio: taprio_dump and taprio_change are protected by rtnl_mutexVladimir Oltean1-10/+4
2022-09-20net/sched: taprio: taprio_offload_config_changed() is protected by rtnl_mutexVladimir Oltean1-8/+2
2022-09-20tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima6-8/+128
2022-09-20tcp: Save unnecessary inet_twsk_purge() calls.Kuniyuki Iwashima3-2/+17
2022-09-20tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima14-71/+100
2022-09-20tcp: Set NULL to sk->sk_prot->h.hashinfo.Kuniyuki Iwashima5-15/+14
2022-09-20tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.Kuniyuki Iwashima6-24/+13
2022-09-20tcp: Clean up some functions.Kuniyuki Iwashima5-46/+45
2022-09-20net: rtnetlink: Enslave device before bringing it upPhil Sutter1-7/+7
2022-09-20seg6: add NEXT-C-SID support for SRv6 End behaviorAndrea Mayer1-3/+332
2022-09-20seg6: add netlink_ext_ack support in parsing SRv6 behavior attributesAndrea Mayer1-16/+28
2022-09-20net-next: gro: Fix use of skb_gro_header_slowRichard Gobert1-1/+1
2022-09-20net: dsa: allow masters to join a LAGVladimir Oltean5-10/+298
2022-09-20net: dsa: propagate extack to port_lag_joinVladimir Oltean3-2/+4
2022-09-20net: dsa: suppress device links to LAG DSA mastersVladimir Oltean1-6/+8
2022-09-20net: dsa: suppress appending ethtool stats to LAG DSA mastersVladimir Oltean1-0/+9
2022-09-20net: dsa: don't keep track of admin/oper state on LAG DSA mastersVladimir Oltean1-0/+12
2022-09-20net: dsa: allow the DSA master to be seen and changed through rtnetlinkVladimir Oltean7-1/+354
2022-09-20net: dsa: introduce dsa_port_get_master()Vladimir Oltean5-27/+26
2022-09-20flow_offload: Introduce flow_match_l2tpv3Wojciech Drewek1-0/+7
2022-09-20net/sched: flower: Add L2TPv3 filterWojciech Drewek1-0/+16
2022-09-20flow_dissector: Add L2TPv3 dissectorsWojciech Drewek1-0/+28
2022-09-20openvswitch: Change the return type for vport_ops.send function hook to intNathan Huckleberry2-2/+2
2022-09-20Merge tag 'batadv-next-pullrequest-20220916' of git://git.open-mesh.org/linux...Jakub Kicinski4-43/+1
2022-09-20net: rds: add missing __init/__exit annotations to module init/exit funcsXiu Jianfeng3-4/+4
2022-09-20rxrpc: remove rxrpc_max_call_lifetime declarationGaosheng Cui1-1/+0
2022-09-16Merge tag 'linux-can-next-for-6.1-20220915' of git://git.kernel.org/pub/scm/l...David S. Miller6-66/+111
2022-09-16vsock/vmci: fix repeated words in commentsJilin Yuan1-1/+1
2022-09-16rtnetlink: advertise allmulti counterNicolas Dichtel1-0/+3
2022-09-15mptcp: account memory allocation in mptcp_nl_cmd_add_addr() to userThomas Haller1-1/+1
2022-09-15mptcp: allow privileged operations from user namespacesThomas Haller1-9/+9
2022-09-15mptcp: add do_check_data_fin to replace copiedGeliang Tang1-3/+4