index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-14
net/sched: act_pedit, setup offload action for action stats query
Oz Shlomo
1
-1
/
+22
2023-02-14
net/sched: optimize action stats api calls
Oz Shlomo
1
-3
/
+2
2023-02-14
ipv6: icmp6: add drop reason support to ndisc_rcv()
Eric Dumazet
2
-7
/
+8
2023-02-14
ipv6: icmp6: add drop reason support to icmpv6_notify()
Eric Dumazet
1
-8
/
+17
2023-02-13
net: ethtool: extend ringparam set/get APIs for rx_push
Shannon Nelson
2
-3
/
+16
2023-02-13
net/sched: fix error recovery in qdisc_create()
Eric Dumazet
1
-7
/
+8
2023-02-13
devlink: add forgotten devlink instance lock assertion to devl_param_driverin...
Jiri Pirko
1
-0
/
+2
2023-02-13
devlink: allow to call devl_param_driverinit_value_get() without holding inst...
Jiri Pirko
1
-2
/
+11
2023-02-13
devlink: convert param list to xarray
Jiri Pirko
3
-39
/
+39
2023-02-13
devlink: use xa_for_each_start() helper in devlink_nl_cmd_port_get_dump_one()
Jiri Pirko
1
-8
/
+2
2023-02-13
devlink: fix the name of value arg of devl_param_driverinit_value_get()
Jiri Pirko
1
-3
/
+4
2023-02-13
devlink: make sure driver does not read updated driverinit param before reload
Jiri Pirko
3
-4
/
+28
2023-02-13
devlink: don't use strcpy() to copy param value
Jiri Pirko
1
-12
/
+3
2023-02-13
devlink: stop using NL_SET_ERR_MSG_MOD
Jacob Keller
2
-70
/
+65
2023-02-13
rds: rds_rm_zerocopy_callback() correct order for list_add_tail()
Pietro Borrello
1
-1
/
+1
2023-02-11
bridge: mcast: Move validation to a policy
Ido Schimmel
1
-18
/
+27
2023-02-11
bridge: mcast: Remove pointless sequence generation counter assignment
Ido Schimmel
1
-2
/
+0
2023-02-11
bridge: mcast: Use correct define in MDB dump
Ido Schimmel
1
-1
/
+1
2023-02-11
Merge tag 'for-net-next-2023-02-09' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
4
-34
/
+33
2023-02-11
Daniel Borkmann says:
Jakub Kicinski
16
-84
/
+370
2023-02-11
net: extract nf_ct_handle_fragments to nf_conntrack_ovs
Xin Long
3
-88
/
+51
2023-02-11
net: sched: move frag check and tc_skb_cb update out of handle_fragments
Xin Long
1
-32
/
+39
2023-02-11
openvswitch: move key and ovs_cb update out of handle_fragments
Xin Long
1
-12
/
+25
2023-02-11
net: extract nf_ct_skb_network_trim function to nf_conntrack_ovs
Xin Long
3
-58
/
+31
2023-02-11
net: create nf_conntrack_ovs for ovs and tc use
Xin Long
6
-98
/
+110
2023-02-10
net: skbuff: drop the word head from skb cache
Jakub Kicinski
3
-20
/
+18
2023-02-10
Merge tag 'rxrpc-next-20230208' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
5
-9
/
+15
2023-02-10
openvswitch: Use string_is_terminated() helper
Andy Shevchenko
1
-2
/
+3
2023-02-10
genetlink: Use string_is_terminated() helper
Andy Shevchenko
1
-2
/
+2
2023-02-10
string_helpers: Move string_is_valid() to the header
Andy Shevchenko
1
-10
/
+6
2023-02-10
net: introduce default_rps_mask netns attribute
Paolo Abeni
2
-1
/
+43
2023-02-10
net-sysctl: factor-out rpm mask manipulation helpers
Paolo Abeni
2
-30
/
+44
2023-02-10
net-sysctl: factor out cpumask parsing helper
Paolo Abeni
1
-18
/
+28
2023-02-10
Bluetooth: Make sure LE create conn cancel is sent when timeout
Archie Pusaka
1
-0
/
+2
2023-02-10
Bluetooth: Free potentially unfreed SCO connection
Archie Pusaka
1
-1
/
+8
2023-02-10
Bluetooth: L2CAP: Fix potential user-after-free
Luiz Augusto von Dentz
2
-24
/
+8
2023-02-10
Bluetooth: MGMT: add CIS feature bits to controller information
Pauli Virtanen
1
-0
/
+12
2023-02-10
Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeeds
Kees Cook
1
-9
/
+3
2023-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
19
-42
/
+176
2023-02-09
net: enable usercopy for skb_small_head_cache
Eric Dumazet
1
-1
/
+7
2023-02-09
rds: rds_rm_zerocopy_callback() use list_first_entry()
Pietro Borrello
1
-3
/
+3
2023-02-09
Merge tag 'ipsec-2023-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
5
-20
/
+73
2023-02-08
can: raw: use temp variable instead of rolling back config
Oliver Hartkopp
1
-5
/
+6
2023-02-08
net/sched: taprio: don't segment unnecessarily
Vladimir Oltean
1
-11
/
+20
2023-02-08
net/sched: taprio: split segmentation logic from qdisc_enqueue()
Vladimir Oltean
1
-30
/
+36
2023-02-08
net/sched: taprio: automatically calculate queueMaxSDU based on TC gate durat...
Vladimir Oltean
1
-10
/
+60
2023-02-08
net/sched: keep the max_frm_len information inside struct sched_gate_list
Vladimir Oltean
1
-13
/
+40
2023-02-08
net/sched: taprio: warn about missing size table
Vladimir Oltean
1
-0
/
+5
2023-02-08
net/sched: make stab available before ops->init() call
Vladimir Oltean
1
-18
/
+11
2023-02-08
net/sched: taprio: calculate guard band against actual TC gate close time
Vladimir Oltean
1
-6
/
+34
[next]