index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-16
[IPIP]: Make the fallback tunnel device per-net.
Pavel Emelyanov
1
-32
/
+35
2008-04-16
[IPIP]: Introduce empty ipip_net structure and net init/exit ops.
Pavel Emelyanov
1
-0
/
+50
2008-04-16
[VLAN]: Handle vlan devices net namespace changing.
Pavel Emelyanov
1
-5
/
+8
2008-04-16
[VLAN]: Allow vlan devices registration in net namespaces.
Pavel Emelyanov
3
-8
/
+4
2008-04-16
[VLAN]: Make the vlan_name_type per-net.
Pavel Emelyanov
3
-9
/
+16
2008-04-16
[VLAN]: Make the /proc/net/vlan/conf file show per-net info.
Pavel Emelyanov
1
-5
/
+8
2008-04-16
[VLAN]: Create proc entries in the proper net.
Pavel Emelyanov
2
-27
/
+23
2008-04-16
[VLAN]: Add a net argument to proc init and cleanup calls.
Pavel Emelyanov
3
-15
/
+22
2008-04-16
[VLAN]: Introduce the vlan_net structure and init/exit net ops.
Pavel Emelyanov
2
-0
/
+51
2008-04-16
[VLAN]: Tag vlan_group_device with net device, not ifindex.
Pavel Emelyanov
2
-12
/
+14
2008-04-16
[RTNL]: Introduce the rtnl_kill_links helper.
Pavel Emelyanov
2
-8
/
+22
2008-04-16
[RTNL]: Relax for_each_netdev_safe in __rtnl_link_unregister.
Pavel Emelyanov
1
-2
/
+2
2008-04-16
[TUN]: Allow to register tun devices in namespace.
Pavel Emelyanov
1
-0
/
+4
2008-04-16
[TUN]: Make the tun_dev_list per-net.
Pavel Emelyanov
1
-18
/
+19
2008-04-16
[TUN]: Introduce the tun_net structure and init/exit net ops.
Pavel Emelyanov
1
-1
/
+52
2008-04-15
[TCP]: Remove superflushious skb == write_queue_tail() check
Ilpo Järvinen
1
-1
/
+1
2008-04-15
[ETHTOOL]: Add support for large eeproms
Mandeep Singh Baines
1
-28
/
+36
2008-04-15
CAN: use hrtimers in can-bcm protocol
Oliver Hartkopp
1
-121
/
+130
2008-04-15
[TIPC]: Enhance validation of format on incoming messages
Allan Stephens
1
-12
/
+77
2008-04-15
[TIPC]: Force linearization of non-linear sk_buffs
Allan Stephens
2
-0
/
+18
2008-04-15
[TIPC]: Use fast buffer cloning to improve performance
Allan Stephens
1
-1
/
+1
2008-04-15
[TIPC]: Remove redundant NULL check when discarding buffers
Allan Stephens
1
-2
/
+1
2008-04-15
[NETNS]: The generic per-net pointers.
Pavel Emelyanov
3
-0
/
+113
2008-04-15
[NETNS]: The net-subsys IDs generator.
Pavel Emelyanov
2
-0
/
+40
2008-04-15
[ISDN] include/linux/isdn.h: remove dead code
Adrian Bunk
1
-6
/
+0
2008-04-15
[IRDA]: Remove irlan_eth_send_gratuitous_arp()
Adrian Bunk
3
-44
/
+0
2008-04-15
[WANPIPE]: Forgotten bits of Sangoma drivers removal.
Adrian Bunk
4
-748
/
+0
2008-04-15
[TIPC]: Overhaul of socket locking logic
Allan Stephens
3
-431
/
+608
2008-04-15
[TIPC]: Cosmetic changes to TIPC connect() code
Allan Stephens
1
-71
/
+72
2008-04-15
[TIPC]: Add error check to detect non-blocking form of connect()
Allan Stephens
1
-0
/
+5
2008-04-15
[TIPC]: Correct "off by 1" error in socket queue limit enforcement
Allan Stephens
1
-12
/
+10
2008-04-15
[TIPC]: Ignore message padding when receiving stream data
Allan Stephens
1
-1
/
+1
2008-04-15
[TIPC]: Allow stream receive to read from multiple TIPC messages
Allan Stephens
1
-1
/
+3
2008-04-15
[TIPC]: Skip connection flow control in connectionless sockets
Allan Stephens
1
-1
/
+2
2008-04-14
[XFRM]: Compilation warnings in xfrm_user.c.
Denis V. Lunev
1
-4
/
+4
2008-04-14
[TCP]: Format addresses appropriately in debug messages.
YOSHIFUJI Hideaki
2
-8
/
+29
2008-04-14
[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.
YOSHIFUJI Hideaki
14
-47
/
+47
2008-04-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
105
-1032
/
+2383
2008-04-14
[SOCK]: Add some notes about per-bind-bucket sock lookup.
Pavel Emelyanov
2
-0
/
+11
2008-04-14
[DCCP]: Fix comment about control sockets.
Pavel Emelyanov
2
-2
/
+2
2008-04-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
69
-358
/
+835
2008-04-14
[NETFILTER]: nf_conntrack: fix incorrect check for expectations
Patrick McHardy
1
-1
/
+1
2008-04-14
[NETFILTER]: bridge: add ebt_nflog watcher
Peter Warasin
4
-0
/
+110
2008-04-14
[NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by funct...
Jan Engelhardt
12
-32
/
+30
2008-04-14
[NETFILTER]: nf_conntrack: const annotations in nf_conntrack_sctp, nf_nat_pro...
Jan Engelhardt
3
-8
/
+13
2008-04-14
[NETFILTER]: nf_nat: use bool type in nf_nat_proto
Jan Engelhardt
11
-87
/
+87
2008-04-14
[NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_tuple.h
Jan Engelhardt
4
-38
/
+38
2008-04-14
[NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l4proto
Jan Engelhardt
10
-132
/
+125
2008-04-14
[NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l3proto
Jan Engelhardt
4
-24
/
+24
2008-04-14
[NETFILTER]: Remove unused callbacks in nf_conntrack_l3proto
Jan Engelhardt
1
-11
/
+0
[next]