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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-08
net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers
Vladimir Oltean
9
-37
/
+62
2021-12-08
net: dsa: mv88e6xxx: compute port vlan membership based on dp->bridge_dev com...
Vladimir Oltean
1
-13
/
+8
2021-12-08
net: dsa: mv88e6xxx: iterate using dsa_switch_for_each_user_port in mv88e6xxx...
Vladimir Oltean
1
-15
/
+9
2021-12-08
net: dsa: mt7530: iterate using dsa_switch_for_each_user_port in bridging ops
Vladimir Oltean
1
-22
/
+30
2021-12-08
net: dsa: assign a bridge number even without TX forwarding offload
Vladimir Oltean
5
-35
/
+66
2021-12-08
net: dsa: make dp->bridge_num one-based
Vladimir Oltean
8
-37
/
+41
2021-12-07
Merge branch 's390-net-updates-2021-12-06'
Jakub Kicinski
4
-61
/
+62
2021-12-07
s390/qeth: remove check for packing mode in qeth_check_outbound_queue()
Julian Wiedmann
1
-4
/
+1
2021-12-07
s390/qeth: fine-tune .ndo_select_queue()
Julian Wiedmann
4
-30
/
+22
2021-12-07
s390/qeth: don't offer .ndo_bridge_* ops for OSA devices
Julian Wiedmann
1
-2
/
+0
2021-12-07
s390/qeth: split up L2 netdev_ops
Julian Wiedmann
1
-4
/
+28
2021-12-07
s390/qeth: simplify qeth_receive_skb()
Julian Wiedmann
1
-22
/
+12
2021-12-07
hv_sock: Extract hvs_send_data() helper that takes only header
Kees Cook
1
-6
/
+12
2021-12-07
net: dsa: felix: use kmemdup() to replace kmalloc + memcpy
Yihao Han
1
-5
/
+2
2021-12-07
Merge branch 'prepare-ocelot-for-external-interface-control'
Jakub Kicinski
8
-521
/
+574
2021-12-07
net: mscc: ocelot: split register definitions to a separate file
Colin Foster
4
-510
/
+563
2021-12-07
net: dsa: ocelot: felix: add interface for custom regmaps
Colin Foster
4
-2
/
+6
2021-12-07
net: dsa: ocelot: felix: Remove requirement for PCS in felix devices
Colin Foster
1
-1
/
+1
2021-12-07
net: dsa: ocelot: remove unnecessary pci_bar variables
Colin Foster
2
-8
/
+4
2021-12-07
net: hns3: Fix spelling mistake "faile" -> "failed"
Colin Ian King
1
-1
/
+1
2021-12-07
Merge tag 'wireless-drivers-next-2021-12-07' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
103
-5930
/
+13380
2021-12-07
Merge branch 'net-second-round-of-netdevice-refcount-tracking'
Jakub Kicinski
24
-46
/
+79
2021-12-07
net: sched: act_mirred: add net device refcount tracker
Eric Dumazet
2
-8
/
+11
2021-12-07
openvswitch: add net device refcount tracker to struct vport
Eric Dumazet
2
-4
/
+6
2021-12-07
netlink: add net device refcount tracker to struct ethnl_req_info
Eric Dumazet
2
-3
/
+7
2021-12-07
net/smc: add net device tracker to struct smc_pnetentry
Eric Dumazet
1
-4
/
+5
2021-12-07
pktgen add net device refcount tracker
Eric Dumazet
1
-3
/
+5
2021-12-07
llc: add net device refcount tracker
Eric Dumazet
2
-2
/
+4
2021-12-07
ax25: add net device refcount tracker
Eric Dumazet
2
-4
/
+7
2021-12-07
inet: add net device refcount tracker to struct fib_nh_common
Eric Dumazet
3
-5
/
+11
2021-12-07
net: switchdev: add net device refcount tracker
Eric Dumazet
1
-2
/
+3
2021-12-07
net: watchdog: add net device refcount tracker
Eric Dumazet
2
-4
/
+8
2021-12-07
net: bridge: add net device refcount tracker
Eric Dumazet
2
-3
/
+4
2021-12-07
vlan: add net device refcount tracker
Eric Dumazet
2
-2
/
+5
2021-12-07
net: eql: add net device refcount tracker
Eric Dumazet
2
-2
/
+3
2021-12-07
Merge branch 'mptcp-new-features-for-mptcp-sockets-and-netlink-pm'
Jakub Kicinski
12
-13
/
+1007
2021-12-07
mptcp: support TCP_CORK and TCP_NODELAY
Maxim Galaganov
2
-1
/
+73
2021-12-07
mptcp: expose mptcp_check_and_set_pending
Maxim Galaganov
2
-1
/
+2
2021-12-07
tcp: expose __tcp_sock_set_cork and __tcp_sock_set_nodelay
Maxim Galaganov
2
-2
/
+4
2021-12-07
selftests: mptcp: check IP_TOS in/out are the same
Florian Westphal
1
-0
/
+63
2021-12-07
mptcp: getsockopt: add support for IP_TOS
Florian Westphal
1
-6
/
+30
2021-12-07
mptcp: allow changing the "backup" bit by endpoint id
Davide Caratti
1
-4
/
+10
2021-12-07
selftests: mptcp: add inq test case
Florian Westphal
4
-1
/
+645
2021-12-07
mptcp: add SIOCINQ, OUTQ and OUTQNSD ioctls
Florian Westphal
1
-0
/
+53
2021-12-07
selftests: mptcp: add TCP_INQ support
Florian Westphal
2
-3
/
+61
2021-12-07
mptcp: add TCP_INQ cmsg support
Florian Westphal
3
-2
/
+73
2021-12-07
vrf: use dev_replace_track() for better tracking
Eric Dumazet
1
-4
/
+4
2021-12-06
net/smc: Clear memory when release and reuse buffer
Tony Lu
1
-4
/
+9
2021-12-06
Revert "net: hns3: add void before function which don't receive ret"
Guangbin Huang
2
-2
/
+2
2021-12-06
net: prestera: replace zero-length array with flexible-array member
José Expósito
1
-2
/
+2
[next]