Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c629eaf8392b676b4f83c3dc344e66402bfeec92
/
drivers
/
net
163faf3
drivers/net: Do not free an IRQ if its request failed
by Lee Jones
· 13 years ago
e8195b2
ks8851: Fix request_irq/free_irq mismatch
by Matt Renzelmann
· 13 years ago
792df87
net/hyperv: Adding cancellation to ensure rndis filter is closed
by Wenqi Ma
· 13 years ago
c5a9993
ks8851: Fix mutex deadlock in ks8851_net_stop()
by Stephen Boyd
· 13 years ago
996f739
icplus: fix interrupt for IC+ 101A/G and 1001LF
by Giuseppe CAVALLARO
· 13 years ago
3bc17d1
net: qmi_wwan: support Sierra Wireless MC77xx devices in QMI mode
by Bjørn Mork
· 13 years ago
7e5998a
bnx2x: off by one in bnx2x_ets_e3b0_sp_pri_to_cos_set()
by Dan Carpenter
· 13 years ago
716af4a
ksz884x: don't copy too much in netdev_set_mac_address()
by Dan Carpenter
· 13 years ago
dbd717e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
by John W. Linville
· 13 years ago
9fe5642
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net
by David S. Miller
· 13 years ago
48159f0
drivers/net/wan/farsync.c: add missing iounmap
by Julia Lawall
· 13 years ago
5b76d06
davinci_mdio: Fix MDIO timeout check
by Christian Riesch
· 13 years ago
b95465c
arcnet: rimi: Fix device name in debug output
by Jiri Kosina
· 13 years ago
b2db497
ixgbe: Identify FCoE rings earlier to resolve memory corruption w/ FCoE
by Alexander Duyck
· 13 years ago
34948a9
ixgbe: add missing rtnl_lock in PM resume path
by Benjamin Poirier
· 13 years ago
fd09c85
ath9k: Fix TX fragmentation
by Sujith Manoharan
· 13 years ago
890fdf2
dummy: Add ndo_uninit().
by Hiroaki SHIMODA
· 13 years ago
a99ff7d
net: usb: smsc75xx: fix mtu
by Stephane Fillod
· 13 years ago
a49bcab
can: usb: PCAN-USB Pro: fix mem leaks in pcan_usb_pro_init() on error paths
by Jesper Juhl
· 13 years ago
8a9a0ea
net/ethernet: ks8851_mll fix rx frame buffer overflow
by Davide Ciminaghi
· 13 years ago
c509e75
ixgbe: fix WoL issue with fiber
by Don Skidmore
· 13 years ago
92fe173
e1000e: issues in Sx on 82577/8/9
by Bruce Allan
· 13 years ago
3c5e979
net: smsc911x: fix skb handling in receive path
by Will Deacon
· 13 years ago
428ca8a
mwifiex: update pcie8766 scratch register addresses
by Bing Zhao
· 13 years ago
75600ab
ath9k: wake up the hardware from full sleep when idle is turned off
by Felix Fietkau
· 13 years ago
2db0d2b
ath5k: unmap io memory on probe failure
by Jonathan Bither
· 13 years ago
32b92f4
ath5k: fix undefined 'THIS_MODULE'
by Jonathan Bither
· 13 years ago
badc4f0
brcm80211: smac: resume transmit fifo upon receiving frames
by Arend van Spriel
· 13 years ago
effcc62
libertas: fix signedness bug in lbs_auth_to_authtype()
by Amitkumar Karwar
· 13 years ago
51c61a2
ks8851: Fix missing mutex_lock/unlock
by Matt Renzelmann
· 13 years ago
59a54f3
drivers/net/ethernet/xilinx/axi ethernet: Correct Copyright
by Michal Simek
· 13 years ago
a8c9cb1
8139cp: set intr mask after its handler is registered
by Jason Wang
· 13 years ago
03662e4
atl1: fix kernel panic in case of DMA errors
by Tony Zelenoff
· 13 years ago
9a5d2bd
ppp: Fix race condition with queue start/stop
by David Woodhouse
· 13 years ago
d62f8db
caif_hsi: use dev_dbg not dev_err for reporting
by Kim Lilliestierna XX
· 13 years ago
5f614e6
caif-hsi: Free flip_buffer at shutdown
by sjur.brandeland@stericsson.com
· 13 years ago
3130416
net: Fix misplaced parenthesis in virtio_net.c
by Torsten Kaiser
· 13 years ago
174808a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
673f778
rtlwifi: Add missing DMA buffer unmapping for PCI drivers
by Larry Finger
· 13 years ago
a7959c1
rtlwifi: Preallocate USB read buffers and eliminate kalloc in read routine
by Larry Finger
· 13 years ago
011afa1
Revert "ath9k: fix going to full-sleep on PS idle"
by Sujith Manoharan
· 13 years ago
e2bc7c5
rt2x00: Fix rfkill_polling register function.
by Chen, Chien-Chia
· 13 years ago
e89f769
rtlwifi: Fix oops on rate-control failure
by Larry Finger
· 13 years ago
0298dc9
rtlwifi: rtl8192de: Fix firmware initialization
by Larry Finger
· 13 years ago
4157368
Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
by Linus Torvalds
· 13 years ago
9479f0f
Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
23f347e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
e95ae5a
xen: only check xen_platform_pci_unplug if hvm
by Igor Mammedov
· 13 years ago
5a43097
bonding: properly unset current_arp_slave on slave link up
by Veaceslav Falico
· 13 years ago
5d32c88
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 13 years ago
234e340
simple_open: automatically convert to simple_open()
by Stephen Boyd
· 13 years ago
117980c
mlx4: allocate just enough pages instead of always 4 pages
by Thadeu Lima de Souza Cascardo
· 13 years ago
03f2eec
stmmac: re-add IFF_UNICAST_FLT for dwmac1000
by Marc Kleine-Budde
· 13 years ago
ca7b91b
bnx2x: Clear MDC/MDIO warning message
by Yaniv Rosner
· 13 years ago
f93fb01
bnx2x: Fix BCM57711+BCM84823 link issue
by Yaniv Rosner
· 13 years ago
99bf7f3
bnx2x: Clear BCM84833 LED after fan failure
by Yaniv Rosner
· 13 years ago
8267bbb0
bnx2x: Fix BCM84833 PHY FW version presentation
by Yaniv Rosner
· 13 years ago
59a2e53
bnx2x: Fix link issue for BCM8727 boards.
by Yaniv Rosner
· 13 years ago
9379c9b
bnx2x: Restore 1G LED on BCM57712+BCM8727 designs.
by Yaniv Rosner
· 13 years ago
25182fc
bnx2x: Fix BCM578x0-SFI pre-emphasis settings
by Yaniv Rosner
· 13 years ago
6a51c0d
bnx2x: Fix BCM57810-KR AN speed transition
by Yaniv Rosner
· 13 years ago
ca05f29
bnx2x: Fix BCM57810-KR FC
by Yaniv Rosner
· 13 years ago
27d9129
bnx2x: PFC fix
by Yaniv Rosner
· 13 years ago
857504d
sky2: copy received packets on inefficient unaligned architecture
by stephen hemminger
· 13 years ago
234bcf8
net/bonding: correctly proxy slave neigh param setup ndo function
by Shlomo Pongratz
· 13 years ago
2af73d4
net/bonding: emit address change event also in bond_release
by Shlomo Pongratz
· 13 years ago
20a2a81
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 13 years ago
cff4c16
r8169: enable napi on resume.
by Artem Savkov
· 13 years ago
f2ed5ee
bnx2x: correction to firmware interface
by Yuval Mintz
· 13 years ago
b330014
phy:icplus:fix Auto Power Saving in ip101a_config_init.
by Srinivas Kandagatla
· 13 years ago
6fc8cc3
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net
by David S. Miller
· 13 years ago
bf03085
e1000e: Guarantee descriptor writeback flush success.
by Matthew Vick
· 13 years ago
bb9e44d
e1000e: prevent oops when adapter is being closed and reset simultaneously
by Bruce Allan
· 13 years ago
aacc1be
ixgbe: driver fix for link flap
by Multanen, Eric W
· 13 years ago
e675f0c
ppp: Don't stop and restart queue on every TX packet
by David Woodhouse
· 13 years ago
ed359a3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
2240eb4
sky2: dont overwrite settings for PHY Quick link
by Lino Sanfilippo
· 13 years ago
085f1af
tg3: Fix 5717 serdes powerdown problem
by Matt Carlson
· 13 years ago
00a62d4
drivers/net/ethernet/tile: fix netdev_alloc_skb() bombing
by Chris Metcalf
· 13 years ago
9279567
tilepro ethernet driver: fix a few minor issues
by Chris Metcalf
· 13 years ago
e31c6df
Merge remote-tracking branch 'kumar/next' into merge
by Benjamin Herrenschmidt
· 13 years ago
78fb72f
net: usb: cdc_eem: fix mtu
by Rabin Vincent
· 13 years ago
10b9194
net: sh_eth: fix endian check for architecture independent
by Yoshihiro Shimoda
· 13 years ago
6bafd64
usb/rtl8150 : Remove duplicated definitions
by huajun li
· 13 years ago
acc6563
rionet: fix page allocation order of rionet_active
by Akinobu Mita
· 13 years ago
3f8c91a
via-rhine: fix wait-bit inversion.
by Andreas Mohr
· 13 years ago
cdaf0b8
net: lpc_eth: Fix rename of dev_hw_addr_random
by stigge@antcom.de
· 13 years ago
464b57d
Fix non TBI PHY access; a bad merge undid bug fix in a previous commit.
by Kenth Eriksson
· 13 years ago
54f5ffb
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by David S. Miller
· 13 years ago
623ff77
Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 13 years ago
970e248
Documentation: remove references to /etc/modprobe.conf
by Lucas De Marchi
· 13 years ago
d9d5454
ARM: sa11x0: fix build errors from DMA engine API updates
by Russell King
· 13 years ago
ef08e78
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 13 years ago
7d26bb1
bonding: emit event when bonding changes MAC
by Weiping Pan
· 13 years ago
fa1b42b
powerpc/qe: Update the SNUM table for MPC8569 Rev2.0
by Dave Liu
· 15 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
47b816f
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 13 years ago
a4d6367
ath9k: Use HW HT capabilites properly
by Sujith Manoharan
· 13 years ago
e90c7e7
net: orinoco: add error handling for failed kmalloc().
by Santosh Nayak
· 13 years ago
75836b8
net/wireless: ipw2x00: fix a typo in wiphy struct initilization
by Stanislav Yakovlev
· 13 years ago
Next »