summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-02-16net/sched: Retire tcindex classifierJamal Hadi Salim3-728/+0
2023-02-16net/sched: Retire dsmark qdiscJamal Hadi Salim3-530/+0
2023-02-16net/sched: Retire ATM qdiscJamal Hadi Salim3-721/+0
2023-02-16net/sched: Retire CBQ qdiscJamal Hadi Salim3-1745/+0
2023-02-16net: msg_zerocopy: elide page accounting if RLIM_INFINITYWillem de Bruijn1-2/+6
2023-02-16devlink: Move health common function to health fileMoshe Shemesh2-60/+32
2023-02-16devlink: Move devlink health test to health fileMoshe Shemesh3-16/+18
2023-02-16devlink: Move devlink health dump to health fileMoshe Shemesh3-123/+126
2023-02-16devlink: Move devlink fmsg and health diagnose to health fileMoshe Shemesh3-630/+636
2023-02-16devlink: Move devlink health report and recover to health fileMoshe Shemesh3-138/+144
2023-02-16devlink: Move devlink health get and set code to health fileMoshe Shemesh3-217/+234
2023-02-16devlink: health: Fix nla_nest_end in error flowMoshe Shemesh1-1/+1
2023-02-16devlink: Split out health reporter create codeMoshe Shemesh4-209/+226
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing12-59/+0
2023-02-15net-sysfs: make kobj_type structures constantThomas Weißschuh1-2/+2
2023-02-15net: bridge: make kobj_type structure constantThomas Weißschuh1-1/+1
2023-02-14devlink: don't allow to change net namespace for FW_ACTIVATE reload actionJiri Pirko1-0/+6
2023-02-14net/sched: support per action hw statsOz Shlomo3-10/+2
2023-02-14net/sched: introduce flow_offload action cookieOz Shlomo2-0/+2
2023-02-14net/sched: pass flow_stats instead of multiple stats argsOz Shlomo2-11/+2
2023-02-14net/sched: act_pedit, setup offload action for action stats queryOz Shlomo1-1/+22
2023-02-14net/sched: optimize action stats api callsOz Shlomo1-3/+2
2023-02-14ipv6: icmp6: add drop reason support to ndisc_rcv()Eric Dumazet2-7/+8
2023-02-14ipv6: icmp6: add drop reason support to icmpv6_notify()Eric Dumazet1-8/+17
2023-02-13net: ethtool: extend ringparam set/get APIs for rx_pushShannon Nelson2-3/+16
2023-02-13net/sched: fix error recovery in qdisc_create()Eric Dumazet1-7/+8
2023-02-13devlink: add forgotten devlink instance lock assertion to devl_param_driverin...Jiri Pirko1-0/+2
2023-02-13devlink: allow to call devl_param_driverinit_value_get() without holding inst...Jiri Pirko1-2/+11
2023-02-13devlink: convert param list to xarrayJiri Pirko3-39/+39
2023-02-13devlink: use xa_for_each_start() helper in devlink_nl_cmd_port_get_dump_one()Jiri Pirko1-8/+2
2023-02-13devlink: fix the name of value arg of devl_param_driverinit_value_get()Jiri Pirko1-3/+4
2023-02-13devlink: make sure driver does not read updated driverinit param before reloadJiri Pirko3-4/+28
2023-02-13devlink: don't use strcpy() to copy param valueJiri Pirko1-12/+3
2023-02-13devlink: stop using NL_SET_ERR_MSG_MODJacob Keller2-70/+65
2023-02-13rds: rds_rm_zerocopy_callback() correct order for list_add_tail()Pietro Borrello1-1/+1
2023-02-11bridge: mcast: Move validation to a policyIdo Schimmel1-18/+27
2023-02-11bridge: mcast: Remove pointless sequence generation counter assignmentIdo Schimmel1-2/+0
2023-02-11bridge: mcast: Use correct define in MDB dumpIdo Schimmel1-1/+1
2023-02-11Merge tag 'for-net-next-2023-02-09' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski4-34/+33
2023-02-11Daniel Borkmann says:Jakub Kicinski16-84/+370
2023-02-11net: extract nf_ct_handle_fragments to nf_conntrack_ovsXin Long3-88/+51
2023-02-11net: sched: move frag check and tc_skb_cb update out of handle_fragmentsXin Long1-32/+39
2023-02-11openvswitch: move key and ovs_cb update out of handle_fragmentsXin Long1-12/+25
2023-02-11net: extract nf_ct_skb_network_trim function to nf_conntrack_ovsXin Long3-58/+31
2023-02-11net: create nf_conntrack_ovs for ovs and tc useXin Long6-98/+110
2023-02-10net: skbuff: drop the word head from skb cacheJakub Kicinski3-20/+18
2023-02-10Merge tag 'rxrpc-next-20230208' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller5-9/+15
2023-02-10openvswitch: Use string_is_terminated() helperAndy Shevchenko1-2/+3
2023-02-10genetlink: Use string_is_terminated() helperAndy Shevchenko1-2/+2
2023-02-10string_helpers: Move string_is_valid() to the headerAndy Shevchenko1-10/+6