index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-02-24
gianfar: fix compile fail for NET_POLL=y due to struct packing
Paul Gortmaker
1
-12
/
+14
2013-02-24
vlan: adjust vlan_set_encap_proto() for its callers
Cong Wang
1
-3
/
+3
2013-02-23
sock_diag: Simplify sock_diag_handlers[] handling in __sock_diag_rcv_msg
Mathias Krause
1
-17
/
+7
2013-02-23
sock_diag: Fix out-of-bounds access to sock_diag_handlers[]
Mathias Krause
1
-0
/
+3
2013-02-23
vxlan: remove depends on CONFIG_EXPERIMENTAL
Kees Cook
1
-1
/
+1
2013-02-23
mlx4_en: fix allocation of CPU affinity reverse-map
Kleber Sacilotto de Souza
1
-1
/
+1
2013-02-23
mlx4_en: fix allocation of device tx_cq
Kleber Sacilotto de Souza
1
-1
/
+1
2013-02-22
tcp: fix SYN-data space mis-accounting
Yuchung Cheng
1
-7
/
+11
2013-02-22
sock: only define socket limit if mem cgroup configured
stephen hemminger
1
-0
/
+2
2013-02-22
net: fix possible deadlock in sum_frag_mem_limit
Eric Dumazet
1
-1
/
+7
2013-02-22
net: fec: Fix division by zero
Fabio Estevam
1
-34
/
+34
2013-02-22
net: Fix locking bug in netif_set_xps_queue
Alexander Duyck
1
-1
/
+3
2013-02-22
ipv4: fix error handling in icmp_protocol.
Li Wei
3
-1
/
+25
2013-02-22
ipv6: use a stronger hash for tcp
Eric Dumazet
4
-6
/
+24
2013-02-22
qlcnic: Bump up the version to 5.1.35
Jitendra Kalsaria
1
-2
/
+2
2013-02-22
qlcnic: Fix configure interrupts for 83xx adapter types
Manish Chopra
1
-7
/
+0
2013-02-22
qlcnic: Fix internal loopback test for 82xx adapter
Shahed Shaikh
1
-1
/
+1
2013-02-21
net: fec: Ensure that initialization is done prior to request_irq()
Fabio Estevam
1
-15
/
+15
2013-02-21
ipv4: fix a bug in ping_err().
Li Wei
1
-2
/
+2
2013-02-20
sparc32: refactor smp boot
Sam Ravnborg
6
-78
/
+132
2013-02-20
sparc64: Fix huge PMD to PTE translation for sun4u in TLB miss handler.
David S. Miller
1
-9
/
+19
2013-02-20
ipv6: fix race condition regarding dst->expires and dst->from.
YOSHIFUJI Hideaki / 吉藤英明
4
-38
/
+18
2013-02-20
net: fix a wrong assignment in skb_split()
Amerigo Wang
1
-1
/
+1
2013-02-20
sparc64: Fix tsb_grow() in atomic context.
David S. Miller
6
-16
/
+72
2013-02-20
sparc64: Handle hugepage TSB being NULL.
David S. Miller
1
-16
/
+22
2013-02-20
sparc64: Fix gfp_flags setting in tsb_grow().
David S. Miller
1
-1
/
+1
2013-02-20
ip_gre: remove an extra dst_release()
Eric Dumazet
1
-3
/
+1
2013-02-20
hwmon: (ntc_thermistor): Fix sparse warnings
Sachin Kamat
1
-2
/
+2
2013-02-20
hwmon: (adt7410) Add device table entry for the adt7420
Lars-Peter Clausen
2
-3
/
+4
2013-02-20
hwmon: (adt7410) Use I2C_ADDRS helper macro
Lars-Peter Clausen
1
-5
/
+1
2013-02-20
hwmon: (adt7410) Use the SIMPLE_DEV_PM_OPS helper macro
Lars-Peter Clausen
1
-4
/
+2
2013-02-20
hwmon: (adt7410) Let suspend/resume depend on CONFIG_PM_SLEEP
Lars-Peter Clausen
1
-1
/
+1
2013-02-20
hwmon: (adt7410) Clear unwanted bits in the config register
Lars-Peter Clausen
1
-0
/
+1
2013-02-19
ppp: set qdisc_tx_busylock to avoid LOCKDEP splat
Eric Dumazet
1
-0
/
+8
2013-02-19
atl1c: restore buffer state
Huang, Xiong
1
-1
/
+1
2013-02-19
net: fix a build failure when !CONFIG_PROC_FS
Cong Wang
3
-9
/
+5
2013-02-19
net: ipv4: fix waring -Wunused-variable
Gao feng
1
-4
/
+5
2013-02-19
net: proc: fix build failed when procfs is not configured
Gao feng
1
-6
/
+3
2013-02-19
workqueue: un-GPL function delayed_work_timer_fn()
Konstantin Khlebnikov
1
-1
/
+1
2013-02-19
Revert "xen: netback: remove redundant xenvif_put"
David S. Miller
1
-0
/
+1
2013-02-19
sched/rt: Add <linux/sched/rt.h> header to <linux/init_task.h>
Ingo Molnar
1
-0
/
+1
2013-02-19
cputime: Remove irqsave from seqlock readers
Thomas Gleixner
1
-6
/
+4
2013-02-19
net: move procfs code to net/core/net-procfs.c
Cong Wang
5
-459
/
+450
2013-02-19
qmi_wwan, cdc-ether: add ADU960S
Dan Williams
2
-0
/
+14
2013-02-19
bonding: set sysfs device_type to 'bond'
Doug Goldstein
1
-0
/
+6
2013-02-19
bonding: fix bond_release_all inconsistencies
nikolay@redhat.com
1
-117
/
+18
2013-02-19
b44: use netdev_alloc_skb_ip_align()
Hauke Mehrtens
1
-2
/
+1
2013-02-19
xen: netback: remove redundant xenvif_put
Andrew Jones
1
-1
/
+0
2013-02-19
net: fec: Do a sanity check on the gpio number
Fabio Estevam
1
-1
/
+4
2013-02-19
ip_gre: propogate target device GSO capability to the tunnel device
Dmitry Kravkov
1
-2
/
+8
[next]