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
2018-10-08
net: Add extack to nlmsg_parse
David Ahern
12
-17
/
+21
2018-10-08
netlink: Pass extack to dump handlers
David Ahern
1
-1
/
+11
2018-10-08
net: sched: cls_u32: simplify the hell out u32_delete() emptiness check
Al Viro
1
-47
/
+1
2018-10-08
net: sched: cls_u32: keep track of knodes count in tc_u_common
Al Viro
1
-0
/
+6
2018-10-08
net: sched: cls_u32: get rid of tp_c
Al Viro
1
-7
/
+4
2018-10-08
net: sched: cls_u32: the tp_c argument of u32_set_parms() is always tp->data
Al Viro
1
-3
/
+2
2018-10-08
net: sched: cls_u32: pass tc_u_common to u32_set_parms() instead of tc_u_hnode
Al Viro
1
-4
/
+4
2018-10-08
net: sched: cls_u32: clean tc_u_common hashtable
Al Viro
1
-15
/
+9
2018-10-08
net: sched: cls_u32: get rid of tc_u_common ->rcu
Al Viro
1
-1
/
+0
2018-10-08
net: sched: cls_u32: get rid of tc_u_knode ->tp
Al Viro
1
-3
/
+0
2018-10-08
net: sched: cls_u32: get rid of unused argument of u32_destroy_key()
Al Viro
1
-7
/
+6
2018-10-08
net: sched: cls_u32: make sure that divisor is a power of 2
Al Viro
1
-1
/
+5
2018-10-08
net: sched: cls_u32: disallow linking to root hnode
Al Viro
1
-0
/
+4
2018-10-08
net: sched: cls_u32: mark root hnode explicitly
Al Viro
1
-1
/
+3
2018-10-07
net: sched: pie: fix coding style issues
Leslie Monis
1
-18
/
+18
2018-10-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
9
-36
/
+88
2018-10-05
net/ncsi: Add NCSI OEM command support
Vijay Khemka
4
-4
/
+88
2018-10-05
ipv6: take rcu lock in rawv6_send_hdrinc()
Wei Wang
1
-9
/
+20
2018-10-05
socket: Tighten no-error check in bind()
Jakub Sitnicki
1
-1
/
+1
2018-10-05
net: sched: Add policy validation for tc attributes
David Ahern
1
-4
/
+20
2018-10-05
rtnetlink: fix rtnl_fdb_dump() for ndmsg header
Mauricio Faria de Oliveira
1
-9
/
+20
2018-10-05
ipv6: do not leave garbage in rt->fib6_metrics
Eric Dumazet
1
-0
/
+2
2018-10-05
udp: gro behind static key
Willem de Bruijn
4
-4
/
+4
2018-10-05
net: bpfilter: Fix type cast and pointer warnings
Shanthosh RK
1
-2
/
+2
2018-10-05
net_sched: convert idrinfo->lock from spinlock to a mutex
Cong Wang
2
-33
/
+24
2018-10-05
net/neigh: Extend dump filter to proxy neighbor dumps
David Ahern
1
-30
/
+42
2018-10-04
net/packet: fix packet drop as of virtio gso
Jianfeng Tan
1
-4
/
+7
2018-10-04
net: Move free of dst_metrics to helper
David Ahern
2
-8
/
+2
2018-10-04
net: common metrics init helper for dst_entry
David Ahern
2
-10
/
+3
2018-10-04
net: Move free of fib_metrics to helper
David Ahern
2
-8
/
+4
2018-10-04
net: common metrics init helper for FIB entries
David Ahern
4
-47
/
+41
2018-10-04
openvswitch: load NAT helper
Flavio Leitner
1
-0
/
+4
2018-10-04
tc: Add support for configuring the taprio scheduler
Vinicius Costa Gomes
3
-0
/
+974
2018-10-04
devlink: Add generic parameter msix_vec_per_pf_min
Vasundhara Volam
1
-0
/
+5
2018-10-04
devlink: Add generic parameter msix_vec_per_pf_max
Vasundhara Volam
1
-0
/
+5
2018-10-04
devlink: Add generic parameter ignore_ari
Vasundhara Volam
1
-0
/
+5
2018-10-04
Merge tag 'mac80211-for-davem-2018-10-04' of git://git.kernel.org/pub/scm/lin...
David S. Miller
3
-8
/
+15
2018-10-04
Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
1
-3
/
+5
2018-10-04
Merge tag 'rxrpc-next-20181004' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
11
-52
/
+85
2018-10-04
dns: Allow the dns resolver to retrieve a server set
David Howells
2
-7
/
+65
2018-10-04
rxrpc: Allow the reply time to be obtained on a client call
David Howells
1
-0
/
+14
2018-10-04
rxrpc: Allow the reply time to be obtained on a client call
David Howells
1
-0
/
+43
2018-10-04
rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()
David Howells
6
-9
/
+6
2018-10-04
rxrpc: Use IPv4 addresses throught the IPv6
David Howells
4
-22
/
+17
2018-10-04
rxrpc: Emit the data Tx trace line before transmitting
David Howells
1
-4
/
+4
2018-10-04
rxrpc: Use rxrpc_free_skb() rather than rxrpc_lose_skb()
David Howells
3
-17
/
+1
2018-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
56
-323
/
+468
2018-10-03
devlink: Add extack for eswitch operations
Eli Britstein
1
-3
/
+5
2018-10-03
sctp: fix fall-through annotation
Gustavo A. R. Silva
1
-1
/
+1
2018-10-02
tls: Add support for inplace records encryption
Vakul Garg
1
-18
/
+73
[next]