index
:
amd/drm-amd
amdgpu-upstream-wip
amdgpu-upstream-wip2
amdgpu-upstream-wip3
amdgpu-upstream-wip4
amdgpu-upstream-wip5
amdgpu-upstream-wip6
amdgpu-upstream-wip7
kfd-eviction-wip
master
Kernel display support for AMD GPUs
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-28
net: fix possible wrong checksum generation
Eric Dumazet
1
-0
/
+19
2013-01-28
Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next
David S. Miller
4
-0
/
+99
2013-01-28
net: add RCU annotation to sk_dst_cache field
Cong Wang
1
-1
/
+1
2013-01-28
decnet: use correct RCU API to deref sk_dst_cache field
Cong Wang
1
-1
/
+1
2013-01-27
gro: Fix kcalloc argument order
Joe Perches
1
-2
/
+2
2013-01-27
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
18
-28
/
+179
2013-01-26
can: gw: indicate and count deleted frames due to misconfiguration
Oliver Hartkopp
1
-0
/
+1
2013-01-26
can: gw: make routing to the incoming CAN interface configurable
Oliver Hartkopp
1
-0
/
+1
2013-01-26
can: add private data space for CAN sk_buffs
Oliver Hartkopp
1
-0
/
+35
2013-01-26
can: rename LED trigger name on netdev renames
Kurt Van Dijck
1
-0
/
+9
2013-01-26
can: export a safe netdev_priv wrapper for candev
Kurt Van Dijck
1
-0
/
+3
2013-01-26
can: add tx/rx LED trigger support
Fabio Baltieri
2
-0
/
+50
2013-01-23
Merge branch 'testing' of git://git.kernel.org/pub/scm/linux/kernel/git/klass...
David S. Miller
2
-4
/
+1
2013-01-23
soreuseport: TCP/IPv6 implementation
Tom Herbert
2
-1
/
+5
2013-01-23
soreuseport: TCP/IPv4 implementation
Tom Herbert
2
-3
/
+11
2013-01-23
soreuseport: infrastructure
Tom Herbert
3
-3
/
+11
2013-01-23
netfilter: nf_conntrack: refactor l4proto support for netns
Gao feng
1
-3
/
+7
2013-01-23
netfilter: nf_conntrack: refactor l3proto support for netns
Gao feng
1
-3
/
+8
2013-01-23
netfilter: nf_ct_proto: move initialization out of pernet_operations
Gao feng
1
-2
/
+5
2013-01-23
netfilter: nf_ct_labels: move initialization out of pernet_operations
Gao feng
1
-4
/
+4
2013-01-23
netfilter: nf_ct_helper: move initialization out of pernet_operations
Gao feng
1
-2
/
+5
2013-01-23
netfilter: nf_ct_timeout: move initialization out of pernet_operations
Gao feng
1
-4
/
+4
2013-01-23
netfilter: nf_ct_ecache: move initialization out of pernet_operations
Gao feng
1
-4
/
+15
2013-01-23
netfilter: nf_ct_tstamp: move initialization out of pernet_operations
Gao feng
1
-4
/
+17
2013-01-23
netfilter: nf_ct_acct: move initialization out of pernet_operations
Gao feng
1
-2
/
+4
2013-01-23
netfilter: nf_ct_expect: move initialization out of pernet_operations
Gao feng
1
-2
/
+5
2013-01-23
netfilter: nf_conntrack: move initialization out of pernet operations
Gao feng
1
-2
/
+6
2013-01-21
virtio-net: introduce a new control to set macaddr
Amos Kong
1
-1
/
+7
2013-01-21
net: split eth_mac_addr for better error handling
Stefan Hajnoczi
1
-0
/
+2
2013-01-21
mcast: add multicast proxy support (IPv4 and IPv6)
Nicolas Dichtel
2
-2
/
+6
2013-01-21
mcast: define and use MRT[6]_MAX in ip[6]_mroute_opt()
Nicolas Dichtel
5
-13
/
+8
2013-01-21
ipv6: Unshare ip6_nd_hdr() and change return type to void.
YOSHIFUJI Hideaki / 吉藤英明
1
-7
/
+0
2013-01-21
ndisc: Move ndisc_opt_addr_space() to include/net/ndisc.h.
YOSHIFUJI Hideaki / 吉藤英明
1
-1
/
+7
2013-01-21
netfilter: add missing xt_connlabel.h header in installation
Pablo Neira Ayuso
1
-0
/
+1
2013-01-21
netfilter: add missing xt_bpf.h header in installation
Pablo Neira Ayuso
1
-0
/
+1
2013-01-21
netfilter: x_tables: add xt_bpf match
Willem de Bruijn
1
-0
/
+17
2013-01-21
xfrm: Remove unused defines
Steffen Klassert
1
-4
/
+0
2013-01-20
ipv6: Optimize ipv6_addr_is_ll_all_{nodes,routers}().
YOSHIFUJI Hideaki / 吉藤英明
1
-0
/
+10
2013-01-20
ipv6: Optimize ipv6_addr_is_solict_mult().
YOSHIFUJI Hideaki / 吉藤英明
1
-4
/
+11
2013-01-20
ipv6: Introduce ipv6_addr_is_solict_mult() to check Solicited Node Multicast ...
YOSHIFUJI Hideaki / 吉藤英明
1
-0
/
+8
2013-01-20
ipv6: Make ipv6_addr_is_XXX() return boolean.
YOSHIFUJI Hideaki
1
-4
/
+4
2013-01-18
ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers.
YOSHIFUJI Hideaki / 吉藤英明
1
-1
/
+0
2013-01-17
ipv6: Complete neighbour entry removal from dst_entry.
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+0
2013-01-17
ipv6: Introduce rt6_nexthop() to select nexthop address.
YOSHIFUJI Hideaki / 吉藤英明
1
-0
/
+8
2013-01-17
ndisc: Introduce __ipv6_neigh_lookup_noref().
YOSHIFUJI Hideaki / 吉藤英明
1
-7
/
+15
2013-01-17
ndisc: Remove tbl argument for __ipv6_neigh_lookup().
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+2
2013-01-18
netfilter: ctnetlink: allow userspace to modify labels
Florian Westphal
2
-0
/
+4
2013-01-18
netfilter: ctnetlink: deliver labels to userspace
Florian Westphal
2
-0
/
+2
2013-01-18
netfilter: add connlabel conntrack extension
Florian Westphal
4
-0
/
+75
2013-01-17
netfilter: nf_ct_sip: support Cisco 7941/7945 IP phones
Kevin Cernekee
1
-0
/
+3
[next]