summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-09-22net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu
2022-09-22net/smc: Introduce a specific sysctl for TEST_LINK timeWen Gu
2022-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netfil...Jakub Kicinski
2022-09-21flow_dissector: Do not count vlan tags inside tunnel payloadQingqing Yang
2022-09-21net: sched: remove unused tcf_result extensionJamal Hadi Salim
2022-09-21net: sched: simplify code in mall_reoffloadWilliam Dean
2022-09-21net/af_packet: registration process optimization in packet_init()Ziyang Xuan
2022-09-21net: sched: act_ct: remove redundant variable errJinpeng Cui
2022-09-21netfilter: rpfilter: Remove unused variable 'ret'.Guillaume Nault
2022-09-21netfilter: conntrack: revisit the gc initial rescheduling biasAntoine Tenart
2022-09-21netfilter: conntrack: fix the gc rescheduling delayAntoine Tenart
2022-09-20net/sched: use tc_cls_stats_dump() in filterZhengchao Shao
2022-09-20net: make NET_(DEV|NS)_REFCNT_TRACKER depend on NETLukas Bulwahn
2022-09-20net/sched: taprio: replace safety precautions with commentsVladimir Oltean
2022-09-20net/sched: taprio: add extack messages in taprio_initVladimir Oltean
2022-09-20net/sched: taprio: stop going through private ops for dequeue and peekVladimir Oltean
2022-09-20net/sched: taprio: remove redundant FULL_OFFLOAD_IS_ENABLED check in taprio_e...Vladimir Oltean
2022-09-20net/sched: taprio: use rtnl_dereference for oper and admin sched in taprio_de...Vladimir Oltean
2022-09-20net/sched: taprio: taprio_dump and taprio_change are protected by rtnl_mutexVladimir Oltean
2022-09-20net/sched: taprio: taprio_offload_config_changed() is protected by rtnl_mutexVladimir Oltean
2022-09-20tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima
2022-09-20tcp: Save unnecessary inet_twsk_purge() calls.Kuniyuki Iwashima
2022-09-20tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima
2022-09-20tcp: Set NULL to sk->sk_prot->h.hashinfo.Kuniyuki Iwashima
2022-09-20tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.Kuniyuki Iwashima
2022-09-20tcp: Clean up some functions.Kuniyuki Iwashima
2022-09-20net: rtnetlink: Enslave device before bringing it upPhil Sutter
2022-09-20seg6: add NEXT-C-SID support for SRv6 End behaviorAndrea Mayer
2022-09-20seg6: add netlink_ext_ack support in parsing SRv6 behavior attributesAndrea Mayer
2022-09-20net-next: gro: Fix use of skb_gro_header_slowRichard Gobert
2022-09-20net: dsa: allow masters to join a LAGVladimir Oltean
2022-09-20net: dsa: propagate extack to port_lag_joinVladimir Oltean
2022-09-20net: dsa: suppress device links to LAG DSA mastersVladimir Oltean
2022-09-20net: dsa: suppress appending ethtool stats to LAG DSA mastersVladimir Oltean
2022-09-20net: dsa: don't keep track of admin/oper state on LAG DSA mastersVladimir Oltean
2022-09-20net: dsa: allow the DSA master to be seen and changed through rtnetlinkVladimir Oltean
2022-09-20net: dsa: introduce dsa_port_get_master()Vladimir Oltean
2022-09-20flow_offload: Introduce flow_match_l2tpv3Wojciech Drewek
2022-09-20net/sched: flower: Add L2TPv3 filterWojciech Drewek
2022-09-20flow_dissector: Add L2TPv3 dissectorsWojciech Drewek
2022-09-19openvswitch: Change the return type for vport_ops.send function hook to intNathan Huckleberry
2022-09-19Merge tag 'batadv-next-pullrequest-20220916' of git://git.open-mesh.org/linux...Jakub Kicinski
2022-09-19net: rds: add missing __init/__exit annotations to module init/exit funcsXiu Jianfeng
2022-09-19rxrpc: remove rxrpc_max_call_lifetime declarationGaosheng Cui
2022-09-16Merge tag 'linux-can-next-for-6.1-20220915' of git://git.kernel.org/pub/scm/l...David S. Miller
2022-09-16vsock/vmci: fix repeated words in commentsJilin Yuan
2022-09-16rtnetlink: advertise allmulti counterNicolas Dichtel
2022-09-15mptcp: account memory allocation in mptcp_nl_cmd_add_addr() to userThomas Haller
2022-09-15mptcp: allow privileged operations from user namespacesThomas Haller
2022-09-15mptcp: add do_check_data_fin to replace copiedGeliang Tang