index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-06
net/sched: taprio: pass mqprio queue configuration to ndo_setup_tc()
Vladimir Oltean
1
-0
/
+1
2023-02-06
net/sched: refactor mqprio qopt reconstruction to a library function
Vladimir Oltean
4
-16
/
+19
2023-02-06
net/sched: taprio: centralize mqprio qopt validation
Vladimir Oltean
6
-110
/
+143
2023-02-06
net/sched: mqprio: add extack messages for queue count validation
Vladimir Oltean
1
-9
/
+27
2023-02-06
net/sched: mqprio: allow offloading drivers to request queue count validation
Vladimir Oltean
1
-29
/
+52
2023-02-06
net/sched: mqprio: allow reverse TC:TXQ mappings
Vladimir Oltean
1
-1
/
+12
2023-02-06
net/sched: mqprio: refactor offloading and unoffloading to dedicated functions
Vladimir Oltean
1
-43
/
+59
2023-02-06
net/sched: mqprio: refactor nlattr parsing to a separate function
Vladimir Oltean
1
-51
/
+63
2023-02-06
net: introduce skb_poison_list and use in kfree_skb_list
Jesper Dangaard Brouer
1
-1
/
+3
2023-02-06
net: page_pool: use in_softirq() instead
Qingfang DENG
1
-3
/
+3
2023-02-06
net: bridge: Add netlink knobs for number / maximum MDB entries
Petr Machata
6
-8
/
+70
2023-02-06
net: bridge: Maintain number of MDB entries in net_bridge_mcast_port
Petr Machata
2
-1
/
+137
2023-02-06
net: bridge: Add a tracepoint for MDB overflows
Petr Machata
1
-0
/
+1
2023-02-06
net: bridge: Change a cleanup in br_multicast_new_port_group() to goto
Petr Machata
1
-2
/
+5
2023-02-06
net: bridge: Add br_multicast_del_port_group()
Petr Machata
3
-2
/
+13
2023-02-06
net: bridge: Move extack-setting to br_multicast_new_port_group()
Petr Machata
2
-7
/
+7
2023-02-06
net: bridge: Add extack to br_multicast_new_port_group()
Petr Machata
3
-5
/
+8
2023-02-06
net: bridge: Set strict_start_type at two policies
Petr Machata
2
-0
/
+5
2023-02-04
net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore
D. Wythe
3
-37
/
+38
2023-02-04
net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()
D. Wythe
1
-2
/
+17
2023-02-04
net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create...
D. Wythe
1
-4
/
+4
2023-02-04
net/smc: llc_conf_mutex refactor, replace it with rw_semaphore
D. Wythe
4
-24
/
+24
2023-02-03
raw: use net_hash_mix() in hash function
Eric Dumazet
2
-8
/
+9
2023-02-03
ipv4: raw: add drop reasons
Eric Dumazet
1
-3
/
+5
2023-02-03
ipv6: raw: add drop reasons
Eric Dumazet
1
-5
/
+7
2023-02-03
devlink: Move devlink dev selftest code to dev
Moshe Shemesh
3
-183
/
+184
2023-02-03
devlink: Move devlink_info_req struct to be local
Moshe Shemesh
2
-9
/
+8
2023-02-03
devlink: Move devlink dev flash code to dev
Moshe Shemesh
3
-271
/
+272
2023-02-03
devlink: Move devlink dev info code to dev
Moshe Shemesh
3
-255
/
+256
2023-02-03
devlink: Move devlink dev eswitch code to dev
Moshe Shemesh
3
-125
/
+126
2023-02-03
devlink: Move devlink dev reload code to dev
Moshe Shemesh
3
-421
/
+427
2023-02-03
devlink: Split out dev get and dump code
Moshe Shemesh
4
-102
/
+118
2023-02-03
net: dsa: use NL_SET_ERR_MSG_WEAK_MOD() more consistently
Vladimir Oltean
1
-5
/
+6
2023-02-03
netfilter: nf_conntrack: allow early drop of offloaded UDP conns
Vlad Buslov
1
-5
/
+6
2023-02-03
net/sched: act_ct: offload UDP NEW connections
Vlad Buslov
1
-12
/
+39
2023-02-03
net/sched: act_ct: set ctinfo in meta action depending on ct state
Vlad Buslov
1
-2
/
+4
2023-02-03
netfilter: flowtable: cache info of last offload
Vlad Buslov
3
-9
/
+11
2023-02-03
netfilter: flowtable: allow unidirectional rules
Vlad Buslov
1
-4
/
+8
2023-02-03
netfilter: flowtable: fixup UDP timeout depending on ct state
Vlad Buslov
1
-1
/
+4
2023-02-02
tcp: add TCP_MINTTL drop reason
Eric Dumazet
2
-1
/
+3
2023-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
19
-131
/
+183
2023-02-02
Merge tag 'linux-can-fixes-for-6.2-20230202' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
3
-56
/
+64
2023-02-02
net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
Fedor Pchelkin
1
-6
/
+6
2023-02-02
net: dsa: Use sysfs_emit() to instead of sprintf()
Bo Liu
1
-1
/
+1
2023-02-02
net/sched: simplify tcf_pedit_act
Pedro Tammela
1
-70
/
+67
2023-02-02
net/sched: transition act_pedit to rcu and percpu stats
Pedro Tammela
1
-61
/
+87
2023-02-02
Merge tag 'rxrpc-next-20230131' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Abeni
17
-124
/
+179
2023-02-02
can: isotp: split tx timer into transmission and timeout
Oliver Hartkopp
1
-36
/
+29
2023-02-02
can: isotp: handle wait_event_interruptible() return values
Oliver Hartkopp
1
-0
/
+4
2023-02-02
can: raw: fix CAN FD frame transmissions over CAN XL devices
Oliver Hartkopp
1
-16
/
+31
[next]