index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipv4: fix route deletion for IPs on many subnets
Julian Anastasov
2011-03-22
2
-13
/
+89
*
ipv4: match prefsrc when deleting routes
Julian Anastasov
2011-03-22
1
-0
/
+2
*
NET: smsc95xx: don't use stack for async writes to the device
Marc Zyngier
2011-03-22
1
-7
/
+10
*
net: implement dev_disable_lro() hw_features compatibility
Michał Mirosław
2011-03-22
3
-9
/
+15
*
IPVS: Use global mutex in ip_vs_app.c
Simon Horman
2011-03-21
2
-15
/
+10
*
ipvs: fix a typo in __ip_vs_control_init()
Eric Dumazet
2011-03-21
1
-1
/
+1
*
veth: Fix the byte counters
Eric W. Biederman
2011-03-21
1
-1
/
+1
*
net ipv6: Fix duplicate /proc/sys/net/ipv6/neigh directory entries.
Eric W. Biederman
2011-03-21
1
-7
/
+11
*
macvlan: Fix use after free of struct macvlan_port.
Eric W. Biederman
2011-03-21
1
-6
/
+12
*
net: fix incorrect spelling in drop monitor protocol
Neil Horman
2011-03-21
1
-1
/
+1
*
can: c_can: Do basic c_can configuration _before_ enabling the interrupts
Jan Altenberg
2011-03-21
1
-3
/
+3
*
net/appletalk: fix atalk_release use after free
Arnd Bergmann
2011-03-21
1
-0
/
+3
*
ipx: fix ipx_release()
Eric Dumazet
2011-03-21
1
-1
/
+1
*
snmp: SNMP_UPD_PO_STATS_BH() always called from softirq
Eric Dumazet
2011-03-21
1
-2
/
+2
*
l2tp: fix possible oops on l2tp_eth module unload
James Chapman
2011-03-21
1
-1
/
+1
*
xfrm: Fix initialize repl field of struct xfrm_state
Wei Yongjun
2011-03-21
3
-2
/
+16
*
Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
2011-03-20
2
-150
/
+64
|
\
|
*
vhost-net: remove unlocked use of receive_queue
Michael S. Tsirkin
2011-03-13
1
-1
/
+1
|
*
vhost: lock receive queue, not the socket
Jason Wang
2011-03-13
1
-3
/
+4
|
*
vhost-net: Unify the code of mergeable and big buffer handling
Jason Wang
2011-03-13
1
-121
/
+7
|
*
vhost-net: check the support of mergeable buffer outside the receive loop
Jason Wang
2011-03-13
1
-2
/
+3
|
*
vhost: copy_from_user -> __copy_from_user
Michael S. Tsirkin
2011-03-08
1
-1
/
+1
|
*
vhost: Cleanup vhost.c and net.c
Krishna Kumar
2011-03-08
2
-23
/
+49
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2011-03-20
9
-104
/
+73
|
\
\
|
*
|
netfilter: ipt_CLUSTERIP: fix buffer overflow
Vasiliy Kulikov
2011-03-20
1
-1
/
+4
|
*
|
netfilter: xtables: fix reentrancy
Eric Dumazet
2011-03-20
2
-4
/
+4
|
*
|
netfilter: ipset: fix checking the type revision at create command
Jozsef Kadlecsik
2011-03-20
1
-5
/
+17
|
*
|
netfilter: ipset: fix address ranges at hash:*port* types
Jozsef Kadlecsik
2011-03-20
5
-94
/
+48
*
|
|
niu: Rename NIU parent platform device name to fix conflict.
David S. Miller
2011-03-19
1
-1
/
+1
|
/
/
*
|
r8169: fix a bug in rtl8169_init_phy()
Eric Dumazet
2011-03-19
1
-2
/
+2
*
|
bonding: fix a typo in a comment
Nicolas de Pesloüan
2011-03-19
1
-1
/
+1
*
|
ftmac100: use resource_size()
Dan Carpenter
2011-03-18
1
-1
/
+1
*
|
headers: use __aligned_xx types for userspace
Mike Frysinger
2011-03-18
5
-15
/
+15
*
|
bridge: Reset IPCB when entering IP stack on NF_FORWARD
Herbert Xu
2011-03-18
1
-0
/
+3
*
|
vlan: should take into account needed_headroom
Eric Dumazet
2011-03-18
1
-0
/
+1
*
|
ethtool: Compat handling for struct ethtool_rxnfc
Ben Hutchings
2011-03-18
2
-7
/
+141
*
|
ethtool: __ethtool_set_sg: check for function pointer before using it
Roger Luethi
2011-03-18
1
-0
/
+3
*
|
econet: 4 byte infoleak to the network
Vasiliy Kulikov
2011-03-18
1
-1
/
+1
*
|
gianfar: Fall back to software tcp/udp checksum on older controllers
Alex Dubov
2011-03-18
2
-2
/
+15
*
|
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
2011-03-18
14
-171
/
+614
|
\
\
|
*
|
PCI: label: remove #include of ACPI header to avoid warnings
Shyam_Iyer@Dell.com
2011-03-16
1
-1
/
+0
|
*
|
PCI: label: Fix compilation error when CONFIG_ACPI is unset
Narendra_K@Dell.com
2011-03-16
1
-0
/
+6
|
*
|
PCI: pre-allocate additional resources to devices only after successful alloc...
Ram Pai
2011-03-04
1
-47
/
+184
|
*
|
PCI: introduce reset_resource()
Ram Pai
2011-03-04
1
-3
/
+8
|
*
|
PCI: data structure agnostic free list function
Ram Pai
2011-03-04
1
-15
/
+12
|
*
|
PCI: refactor io size calculation code
Ram Pai
2011-03-04
1
-24
/
+42
|
*
|
PCI: do not create quirk I/O regions below PCIBIOS_MIN_IO for ICH
Jiri Slaby
2011-03-04
1
-8
/
+24
|
*
|
PCI hotplug: acpiphp: set current_state to D0 in register_slot
Stefano Stabellini
2011-03-04
1
-0
/
+1
|
*
|
PCI: Export ACPI _DSM provided firmware instance number and string name to sysfs
Narendra_K@Dell.com
2011-03-04
5
-15
/
+270
|
*
|
PCI: add more checking to ICH region quirks
Jiri Slaby
2011-03-04
1
-8
/
+37
[next]