index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2023-02-13
devlink: allow to call devl_param_driverinit_value_get() without holding inst...
Jiri Pirko
2023-02-13
devlink: convert param list to xarray
Jiri Pirko
2023-02-13
devlink: use xa_for_each_start() helper in devlink_nl_cmd_port_get_dump_one()
Jiri Pirko
2023-02-13
devlink: fix the name of value arg of devl_param_driverinit_value_get()
Jiri Pirko
2023-02-13
devlink: make sure driver does not read updated driverinit param before reload
Jiri Pirko
2023-02-13
devlink: don't use strcpy() to copy param value
Jiri Pirko
2023-02-13
devlink: stop using NL_SET_ERR_MSG_MOD
Jacob Keller
2023-02-13
rds: rds_rm_zerocopy_callback() correct order for list_add_tail()
Pietro Borrello
2023-02-10
bridge: mcast: Move validation to a policy
Ido Schimmel
2023-02-10
bridge: mcast: Remove pointless sequence generation counter assignment
Ido Schimmel
2023-02-10
bridge: mcast: Use correct define in MDB dump
Ido Schimmel
2023-02-10
Merge tag 'for-net-next-2023-02-09' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
2023-02-10
Daniel Borkmann says:
Jakub Kicinski
2023-02-10
net: extract nf_ct_handle_fragments to nf_conntrack_ovs
Xin Long
2023-02-10
net: sched: move frag check and tc_skb_cb update out of handle_fragments
Xin Long
2023-02-10
openvswitch: move key and ovs_cb update out of handle_fragments
Xin Long
2023-02-10
net: extract nf_ct_skb_network_trim function to nf_conntrack_ovs
Xin Long
2023-02-10
net: create nf_conntrack_ovs for ovs and tc use
Xin Long
2023-02-10
net: skbuff: drop the word head from skb cache
Jakub Kicinski
2023-02-10
Merge tag 'rxrpc-next-20230208' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
2023-02-09
openvswitch: Use string_is_terminated() helper
Andy Shevchenko
2023-02-09
genetlink: Use string_is_terminated() helper
Andy Shevchenko
2023-02-09
string_helpers: Move string_is_valid() to the header
Andy Shevchenko
2023-02-09
net: introduce default_rps_mask netns attribute
Paolo Abeni
2023-02-09
net-sysctl: factor-out rpm mask manipulation helpers
Paolo Abeni
2023-02-09
net-sysctl: factor out cpumask parsing helper
Paolo Abeni
2023-02-09
Bluetooth: Make sure LE create conn cancel is sent when timeout
Archie Pusaka
2023-02-09
Bluetooth: Free potentially unfreed SCO connection
Archie Pusaka
2023-02-09
Bluetooth: L2CAP: Fix potential user-after-free
Luiz Augusto von Dentz
2023-02-09
Bluetooth: MGMT: add CIS feature bits to controller information
Pauli Virtanen
2023-02-09
Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeeds
Kees Cook
2023-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-02-09
net: enable usercopy for skb_small_head_cache
Eric Dumazet
2023-02-09
rds: rds_rm_zerocopy_callback() use list_first_entry()
Pietro Borrello
2023-02-08
Merge tag 'ipsec-2023-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
2023-02-08
can: raw: use temp variable instead of rolling back config
Oliver Hartkopp
2023-02-08
net/sched: taprio: don't segment unnecessarily
Vladimir Oltean
2023-02-08
net/sched: taprio: split segmentation logic from qdisc_enqueue()
Vladimir Oltean
2023-02-08
net/sched: taprio: automatically calculate queueMaxSDU based on TC gate durat...
Vladimir Oltean
2023-02-08
net/sched: keep the max_frm_len information inside struct sched_gate_list
Vladimir Oltean
2023-02-08
net/sched: taprio: warn about missing size table
Vladimir Oltean
2023-02-08
net/sched: make stab available before ops->init() call
Vladimir Oltean
2023-02-08
net/sched: taprio: calculate guard band against actual TC gate close time
Vladimir Oltean
2023-02-08
net/sched: taprio: calculate budgets per traffic class
Vladimir Oltean
2023-02-08
net/sched: taprio: rename close_time to end_time
Vladimir Oltean
2023-02-08
net/sched: taprio: calculate tc gate durations
Vladimir Oltean
2023-02-08
net/sched: taprio: give higher priority to higher TCs in software dequeue mode
Vladimir Oltean
2023-02-08
net/sched: taprio: avoid calling child->ops->dequeue(child) twice
Vladimir Oltean
2023-02-08
net/sched: taprio: refactor one skb dequeue from TXQ to separate function
Vladimir Oltean
2023-02-08
net/sched: taprio: continue with other TXQs if one dequeue() failed
Vladimir Oltean
[next]