index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-20
r8152: fix tx/rx memory overflow
hayeswang
1
-13
/
+17
2013-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
59
-311
/
+471
2013-11-19
genetlink: make multicast groups const, prevent abuse
Johannes Berg
1
-20
/
+5
2013-11-19
genetlink: pass family to functions using groups
Johannes Berg
1
-2
/
+3
2013-11-19
genetlink: only pass array to genl_register_family_with_ops()
Johannes Berg
2
-4
/
+2
2013-11-18
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
6
-104
/
+275
2013-11-18
be2net: Delete secondary unicast MAC addresses during be_close
Ajit Khaparde
1
-0
/
+5
2013-11-18
be2net: Fix unconditional enabling of Rx interface options
Ajit Khaparde
3
-4
/
+16
2013-11-18
net, virtio_net: replace the magic value
Zhi Yong Wu
1
-2
/
+2
2013-11-18
bnx2x: Prevent "timeout waiting for state X"
Dmitry Kravkov
3
-11
/
+4
2013-11-18
bnx2x: prevent CFC attention
Dmitry Kravkov
1
-1
/
+1
2013-11-18
bnx2x: Prevent panic during DMAE timeout
Dmitry Kravkov
2
-0
/
+19
2013-11-18
bnx2x: Clean the sp rtnl task upon unload
Dmitry Kravkov
1
-0
/
+4
2013-11-18
xen-netfront: fix missing rx_refill_timer when allocate memory failed
Ma JieYue
1
-3
/
+4
2013-11-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
6
-6
/
+6
2013-11-15
net: ethernet: ti/cpsw: do not crash on single-MAC machines during resume
Daniel Mack
1
-6
/
+12
2013-11-15
bonding: add ip checks when store ip target
Wang Weidong
2
-13
/
+9
2013-11-15
IB/mlx5: Fix list_del of empty list
Eli Cohen
1
-1
/
+2
2013-11-15
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-29
/
+38
2013-11-15
kfifo API type safety
Stefani Seibold
2
-2
/
+2
2013-11-15
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
9
-19
/
+19
2013-11-14
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
31
-163
/
+284
2013-11-14
virtio-net: mergeable buffer size should include virtio-net header
Michael Dalton
1
-14
/
+16
2013-11-14
alx: Reset phy speed after resume
hahnjo
1
-0
/
+3
2013-11-14
genetlink: make all genl_ops users const
Johannes Berg
2
-2
/
+2
2013-11-14
net:fec: fix WARNING caused by lack of calls to dma_mapping_error()
Duan Fugang-B38611
1
-6
/
+25
2013-11-14
bonding: fix two race conditions in bond_store_updelay/downdelay
Nikolay Aleksandrov
1
-0
/
+6
2013-11-14
ixp4xx_eth: Validate hwtstamp_config completely before applying it
Ben Hutchings
1
-9
/
+3
2013-11-14
ti_cpsw: Validate hwtstamp_config completely before applying it
Ben Hutchings
1
-10
/
+8
2013-11-14
stmmac: Validate hwtstamp_config completely before applying it
Ben Hutchings
1
-9
/
+3
2013-11-14
pch_gbe: Validate hwtstamp_config completely before applying it
Ben Hutchings
1
-9
/
+3
2013-11-14
e1000e: Validate hwtstamp_config completely before applying it
Ben Hutchings
1
-8
/
+6
2013-11-14
tg3: Validate hwtstamp_config completely before applying it
Ben Hutchings
1
-9
/
+7
2013-11-14
macvtap: limit head length of skb allocated
Jason Wang
1
-1
/
+7
2013-11-14
tuntap: limit head length of skb allocated
Jason Wang
1
-1
/
+9
2013-11-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
31
-163
/
+284
2013-11-14
net: mv643xx_eth: potential NULL dereference in probe()
Dan Carpenter
1
-1
/
+2
2013-11-14
net: cdc_ncm: cleanup a type issue in cdc_ncm_setup()
Dan Carpenter
1
-1
/
+1
2013-11-14
usbnet: fix status interrupt urb handling
Felix Fietkau
1
-3
/
+0
2013-11-14
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
21
-1
/
+108
2013-11-14
bonding: don't permit to use ARP monitoring in 802.3ad mode
Veaceslav Falico
1
-2
/
+3
2013-11-14
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
16
-128
/
+58
2013-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
632
-13550
/
+34179
2013-11-13
list: introduce list_next_entry() and list_prev_entry()
Oleg Nesterov
1
-3
/
+0
2013-11-12
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
17
-12
/
+28
2013-11-12
Merge tag 'h8300-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-718
/
+1
2013-11-11
prism54: set netdev type to "wlan"
Dan Williams
1
-2
/
+5
2013-11-11
wcn36xx: missing unlocks on error paths
Dan Carpenter
1
-2
/
+4
2013-11-11
wcn36xx: Add missing unlock before return
Wei Yongjun
1
-1
/
+2
2013-11-11
ath9k: Use correct PCIE initvals for AR9485
Sujith Manoharan
6
-48
/
+128
[next]