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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-05
netfilter: ctnetlink: allow to filter dump by status bits
Florian Westphal
1
-0
/
+1
2021-08-02
netfilter: ebtables: do not hook tables by default
Florian Westphal
1
-0
/
+2
2021-08-01
netfilter: remove xt pernet data
Florian Westphal
2
-14
/
+0
2021-07-30
devlink: Allocate devlink directly in requested net namespace
Leon Romanovsky
1
-2
/
+12
2021-07-30
sk_buff: avoid potentially clearing 'slow_gro' field
Paolo Abeni
1
-1
/
+1
2021-07-30
net: netlink: Remove unused function
Yajun Deng
1
-23
/
+0
2021-07-30
nfc: nci: constify several pointers to u8, sk_buff and other structs
Krzysztof Kozlowski
1
-6
/
+8
2021-07-30
nfc: constify several pointers to u8, char and sk_buff
Krzysztof Kozlowski
1
-2
/
+2
2021-07-30
net: convert fib_treeref from int to refcount_t
Yajun Deng
2
-2
/
+2
2021-07-29
net/sched: store the last executed chain also for clsact egress
Davide Caratti
1
-15
/
+7
2021-07-29
mctp: Allow per-netns default networks
Matt Johnston
3
-1
/
+5
2021-07-29
mctp: Implement message fragmentation & reassembly
Jeremy Kerr
1
-3
/
+22
2021-07-29
mctp: Populate socket implementation
Jeremy Kerr
2
-0
/
+72
2021-07-29
mctp: Add neighbour implementation
Matt Johnston
3
-0
/
+30
2021-07-29
mctp: Add netlink route management
Matt Johnston
1
-0
/
+2
2021-07-29
mctp: Add initial routing framework
Jeremy Kerr
3
-0
/
+95
2021-07-29
mctp: Add device handling and netlink interface
Jeremy Kerr
6
-0
/
+67
2021-07-29
mctp: Add initial driver infrastructure
Jeremy Kerr
1
-0
/
+1
2021-07-29
mctp: Add sockaddr_mctp to uapi
Jeremy Kerr
1
-0
/
+21
2021-07-29
mctp: Add base packet definitions
Jeremy Kerr
1
-0
/
+35
2021-07-29
mctp: Add MCTP base
Jeremy Kerr
2
-1
/
+20
2021-07-29
nfc: constify passed nfc_dev
Krzysztof Kozlowski
1
-2
/
+2
2021-07-29
skbuff: allow 'slow_gro' for skb carring sock reference
Paolo Abeni
1
-0
/
+9
2021-07-29
sk_buff: track dst status in slow_gro
Paolo Abeni
2
-0
/
+4
2021-07-29
sk_buff: introduce 'slow_gro' flags
Paolo Abeni
1
-0
/
+4
2021-07-28
net/sched: act_skbmod: Add SKBMOD_F_ECN option support
Peilin Ye
1
-0
/
+1
2021-07-28
devlink: Remove duplicated registration check
Leon Romanovsky
1
-3
/
+1
2021-07-27
net: bonding: move ioctl handling to private ndo operation
Arnd Bergmann
1
-3
/
+10
2021-07-27
net: bridge: move bridge ioctls out of .ndo_do_ioctl
Arnd Bergmann
1
-1
/
+6
2021-07-27
net: split out ndo_siowandev ioctl
Arnd Bergmann
2
-2
/
+4
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2
-7
/
+13
2021-07-27
dev_ioctl: pass SIOCDEVPRIVATE data separately
Arnd Bergmann
1
-2
/
+2
2021-07-27
ip_tunnel: use ndo_siocdevprivate
Arnd Bergmann
1
-1
/
+2
2021-07-27
hamradio: use ndo_siocdevprivate
Arnd Bergmann
1
-1
/
+1
2021-07-27
net: split out SIOCDEVPRIVATE handling from dev_ioctl
Arnd Bergmann
1
-0
/
+3
2021-07-27
qdisc: add new field for qdisc_enqueue tracepoint
Tonghao Zhang
1
-0
/
+2
2021-07-27
openvswitch: fix alignment issues
Mark Gray
1
-2
/
+2
2021-07-27
openvswitch: update kdoc OVS_DP_ATTR_PER_CPU_PIDS
Mark Gray
1
-1
/
+1
2021-07-27
net: netlink: add the case when nlh is NULL
Yajun Deng
1
-1
/
+1
2021-07-26
Revert "net: dsa: Allow drivers to filter packets they can decode source port...
Vladimir Oltean
1
-15
/
+0
2021-07-26
net: dsa: sja1105: add bridge TX data plane offload based on tag_8021q
Vladimir Oltean
1
-0
/
+10
2021-07-26
net: bridge: add a helper for retrieving port VLANs from the data path
Vladimir Oltean
1
-0
/
+8
2021-07-26
Merge tag 'mlx5-updates-2021-07-24' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
1
-1
/
+2
2021-07-26
net/mlx5e: Block LRO if firmware asks for tunneled LRO
Maxim Mikityanskiy
1
-1
/
+2
2021-07-25
can: flexcan: add platform data header
Angelo Dureghello
1
-0
/
+23
2021-07-25
can: bittiming: fix documentation for struct can_tdc
Marc Kleine-Budde
1
-2
/
+2
2021-07-25
can: rx-offload: can_rx_offload_threaded_irq_finish(): add new function to be...
Marc Kleine-Budde
1
-0
/
+1
2021-07-25
can: rx-offload: can_rx_offload_irq_finish(): directly call napi_schedule()
Marc Kleine-Budde
1
-5
/
+0
2021-07-25
can: rx-offload: add skb queue for use during ISR
Marc Kleine-Budde
1
-0
/
+2
2021-07-25
nfc: constify nfc_digital_ops
Krzysztof Kozlowski
1
-2
/
+2
[next]