summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-10net: introduce default_rps_mask netns attributePaolo Abeni2-1/+43
2023-02-10net-sysctl: factor-out rpm mask manipulation helpersPaolo Abeni2-30/+44
2023-02-10net-sysctl: factor out cpumask parsing helperPaolo Abeni1-18/+28
2023-02-10Bluetooth: Make sure LE create conn cancel is sent when timeoutArchie Pusaka1-0/+2
2023-02-10Bluetooth: Free potentially unfreed SCO connectionArchie Pusaka1-1/+8
2023-02-10Bluetooth: L2CAP: Fix potential user-after-freeLuiz Augusto von Dentz2-24/+8
2023-02-10Bluetooth: MGMT: add CIS feature bits to controller informationPauli Virtanen1-0/+12
2023-02-10Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeedsKees Cook1-9/+3
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-42/+176
2023-02-09net: enable usercopy for skb_small_head_cacheEric Dumazet1-1/+7
2023-02-09rds: rds_rm_zerocopy_callback() use list_first_entry()Pietro Borrello1-3/+3
2023-02-09Merge tag 'ipsec-2023-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski5-20/+73
2023-02-08can: raw: use temp variable instead of rolling back configOliver Hartkopp1-5/+6
2023-02-08net/sched: taprio: don't segment unnecessarilyVladimir Oltean1-11/+20
2023-02-08net/sched: taprio: split segmentation logic from qdisc_enqueue()Vladimir Oltean1-30/+36
2023-02-08net/sched: taprio: automatically calculate queueMaxSDU based on TC gate durat...Vladimir Oltean1-10/+60
2023-02-08net/sched: keep the max_frm_len information inside struct sched_gate_listVladimir Oltean1-13/+40
2023-02-08net/sched: taprio: warn about missing size tableVladimir Oltean1-0/+5
2023-02-08net/sched: make stab available before ops->init() callVladimir Oltean1-18/+11
2023-02-08net/sched: taprio: calculate guard band against actual TC gate close timeVladimir Oltean1-6/+34
2023-02-08net/sched: taprio: calculate budgets per traffic classVladimir Oltean1-8/+46
2023-02-08net/sched: taprio: rename close_time to end_timeVladimir Oltean1-26/+26
2023-02-08net/sched: taprio: calculate tc gate durationsVladimir Oltean1-0/+55
2023-02-08net/sched: taprio: give higher priority to higher TCs in software dequeue modeVladimir Oltean1-8/+117
2023-02-08net/sched: taprio: avoid calling child->ops->dequeue(child) twiceVladimir Oltean1-7/+3