Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
a23c58a3ac4090a41e63ae5b69af87b409abe019
a23c58a
[PATCH] libertas: updated readme file
by Luis Carlos Cobo Rus
· 17 years ago
90a4221
[PATCH] libertas: Make WPA work through supplicant handshake
by Dan Williams
· 17 years ago
45f43de
[PATCH] libertas: add more verbose debugging to libertas_cmd_80211_authenticate
by Dan Williams
· 17 years ago
57361c6
[PATCH] libertas: debug print spacing fixes in assoc.c
by Dan Williams
· 17 years ago
d9ad2f5
[PATCH] libertas: send SIOCGIWSCAN event after partial scans too
by Dan Williams
· 17 years ago
aeea0ab
[PATCH] libertas: honor specific channel requests during association
by Dan Williams
· 17 years ago
ac26f81
[PATCH] libertas: fix default adhoc channel
by Dan Williams
· 17 years ago
80e78ef
[PATCH] libertas: fix deadlock SIOCGIWSCAN handler
by Dan Williams
· 17 years ago
94b2385
[PATCH] libertas: correct error report paths for wlan_fwt_list_ioctl
by Dan Williams
· 17 years ago
6cfb008
[PATCH] libertas: correctly balance locking in libertas_process_rx_command
by Dan Williams
· 17 years ago
24d443b
[PATCH] libertas: fix debug enter/leave prints for libertas_execute_next_command
by Dan Williams
· 17 years ago
3cf2093
[PATCH] libertas: use compare_ether_addr() rather than memcmp() where appropriate
by Dan Williams
· 17 years ago
02eb229
[PATCH] libertas: use MAC_FMT and MAC_ARG where appropriate
by Dan Williams
· 17 years ago
e76850d
[PATCH] libertas: make association paths consistent
by Dan Williams
· 17 years ago
ef9a264
[PATCH] libertas: move channel changing into association framework
by Dan Williams
· 17 years ago
d43fb8e
[PATCH] libertas: fix oops on rmmod
by Marcelo Tosatti
· 17 years ago
0e37275
[PATCH] libertas: cleanup of fwt_list_route processing
by Luis Carlos Cobo Rus
· 17 years ago
eb8f733
[PATCH] libertas: fix 'keep previous scan' behavior
by Dan Williams
· 17 years ago
fcdb53d
[PATCH] libertas: make scan result handling more flexible
by Dan Williams
· 17 years ago
90e8eaf
[PATCH] libertas: updated mesh commands for 5.220.9.p11
by Luis Carlos Cobo
· 17 years ago
7db283c
[PATCH] libertas: version bump (321p0) and cmds update for new fw (5.220.10.p0)
by Luis Carlos Cobo Rus
· 17 years ago
1db733e
[PATCH] libertas: don't tear down netdev in libertas_activate_card
by Dan Williams
· 17 years ago
c723683
[PATCH] libertas: correctly unregister mesh netdev on error
by Dan Williams
· 17 years ago
4ace113
[PATCH] libertas: replace 'macaddress' with 'bssid'
by Dan Williams
· 17 years ago
7732ca4
[PATCH] libertas: call SET_NETDEV_DEV from common code
by Dan Williams
· 17 years ago
0681f98
[PATCH] libertas: fixed kernel oops on module/card removal
by Luis Carlos Cobo
· 17 years ago
b46794d
[PATCH] libertas: add URB debug info
by Luis Carlos Cobo
· 17 years ago
6004513
[PATCH] libertas: fixed incorrect assigment of fcs errors to frag errors
by Luis Carlos Cobo
· 17 years ago
634b8f4
[PATCH] libertas: remove unused variables in wlan_dev_t
by Holger Schurig
· 17 years ago
ec3eef2
[PATCH] libertas: let DRV_NAME be overridable
by Holger Schurig
· 17 years ago
435a1ac
[PATCH] libertas: fix RESET logic at unload time
by Holger Schurig
· 17 years ago
084708b
[PATCH] libertas: split module into two (libertas.ko and usb8xxx.ko)
by Holger Schurig
· 17 years ago
ed45703
[PATCH] libertas: move contents of fw.h to decl.h
by Holger Schurig
· 17 years ago
208fdd2
[PATCH] libertas: indirect all hardware access via hw_XXXX functions
by Holger Schurig
· 17 years ago
0583e8e
[PATCH] libertas: wakeup both mesh and normal wakeup when getting out of scan
by Chris Ball
· 17 years ago
0601e7e
[PATCH] libertas: added transmission failures to mesh statistics
by Javier Cardona
· 17 years ago
6a81215
[PATCH] libertas: fix error handling of card initialization
by Marcelo Tosatti
· 17 years ago
51d84f5
[PATCH] libertas: fixed transmission flow control on the mesh interface
by Javier Cardona
· 17 years ago
32a74b7
[PATCH] libertas: split wlan_add_card()
by Holger Schurig
· 17 years ago
3874d0f
[PATCH] libertas: move reset_device() code main.c to if_usb.c
by Holger Schurig
· 17 years ago
fb3dddf
[PATCH] libertas: changed some occurences of kmalloc() + memset(&a,0,sz) to kzalloc()
by Holger Schurig
· 17 years ago
6df3073
[PATCH] libertas: fix SSID output
by Holger Schurig
· 17 years ago
1ac812f
[PATCH] libertas: get rid of libertas_sbi_get_priv()
by Holger Schurig
· 17 years ago
ed37b51
[PATCH] libertas: change debug output of libertas_interrupt()
by Holger Schurig
· 17 years ago
78523da
[PATCH] libertas: single out mesh code
by Holger Schurig
· 17 years ago
a46c641
[PATCH] libertas: tune debug code
by Holger Schurig
· 17 years ago
9012b28
[PATCH] libertas: make debug configurable
by Holger Schurig
· 17 years ago
4686820
[PATCH] libertas: exclude non-used code when PROC_DEBUG is not set
by Holger Schurig
· 17 years ago
2be9219
[PATCH] libertas: fix scanning from associate path
by Marcelo Tosatti
· 17 years ago
bf68dac
[PATCH] libertas: make libertas_wlan_data_rates static
by Holger Schurig
· 17 years ago
66fcc55
[PATCH] libertas: move vendor & product id's into if_usb.c
by Holger Schurig
· 17 years ago
7b1d5c0
[PATCH] libertas: remove unused/superfluous definitions of DEV_NAME_LEN
by Holger Schurig
· 17 years ago
42fff92
[PATCH] libertas: remove __FILE__ from debug output
by Holger Schurig
· 17 years ago
5c20676
[PATCH] libertas: remove deprecated pm_register and associated code
by Marcelo Tosatti
· 17 years ago
0b7db95
[PATCH] libertas: fix removal of all debugfs files
by Holger Schurig
· 17 years ago
604ba49
[PATCH] libertas: a debug output was missing a newline
by Holger Schurig
· 17 years ago
eb3ce63
[PATCH] libertas: rename wlan_association_worker
by Holger Schurig
· 17 years ago
064827e
[PATCH] libertas: scan two channels per scan command
by Marcelo Tosatti
· 17 years ago
5ecd310
Linux 2.6.22-rc4
by Linus Torvalds
· 17 years ago
ec4883b
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 17 years ago
464cf17
libata: always use polling SETXFER
by Tejun Heo
· 17 years ago
a862b5c
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
by Linus Torvalds
· 17 years ago
0b662c6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 17 years ago
45efebf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
4acbab8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
by Linus Torvalds
· 17 years ago
78ae87c
vanishing ioctl handler debugging
by Andrew Morton
· 17 years ago
4c73848
mtrr atomicity fix
by Andrew Morton
· 17 years ago
e44a45a
SPI dynamic busid generation bugfix
by David Brownell
· 17 years ago
3a24307
[SCSI] JAZZ ESP and SUN ESP need SPI_ATTRS
by David S. Miller
· 17 years ago
8ce7955
[SCSI] atari_NCR5380: update_timeout removal
by Michael Schmitz
· 17 years ago
1dfa281
Input: reduce raciness when input handlers disconnect
by Dmitry Torokhov
· 17 years ago
26be5a5
Input: ucb1x00 - do not access input_dev->private directly
by Dmitry Torokhov
· 18 years ago
899b69d
[ATA]: Don't allow to enable this for SPARC64 without PCI.
by David S. Miller
· 17 years ago
e11a6c2
[VIDEO]: XVR500 and XVR2500 require FB=y
by David S. Miller
· 17 years ago
6e1d910
[ICMP]: Fix icmp_errors_use_inbound_ifaddr sysctl
by Patrick McHardy
· 17 years ago
584bdf8
[IPV4]: Fix "ipOutNoRoutes" counter error for TCP and UDP
by Wei Dong
· 17 years ago
4fcd6b9
[NET] gso: Fix GSO feature mask in sk_setup_caps
by Herbert Xu
· 17 years ago
6418204
[TCP]: Fix GSO ignorance of pkts_acked arg (cong.cntrl modules)
by Ilpo Järvinen
· 17 years ago
75202e7
[NET]: Fix comparisons of unsigned < 0.
by Bill Nottingham
· 17 years ago
60468d5
[NET]: Make net watchdog timers 1 sec jiffy aligned.
by Venkatesh Pallipadi
· 17 years ago
b206a65
[ATM]: Fix warning.
by Jeff Garzik
· 17 years ago
3f196eb
[TCP]: Use default 32768-61000 outgoing port range in all cases.
by Mark Glines
· 17 years ago
278a3de
[AF_UNIX]: Fix datagram connect race causing an OOPS.
by David S. Miller
· 17 years ago
007a880d
[TG3]: Fix link problem on Dell's onboard 5906.
by Michael Chan
· 17 years ago
1c92b4e
[AF_UNIX]: Make socket locking much less confusing.
by David S. Miller
· 17 years ago
c1a13ff
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by Linus Torvalds
· 17 years ago
7dfb171
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
by Linus Torvalds
· 17 years ago
20c4856
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 17 years ago
beaf53b
NET: add MAINTAINERS entry for ucc_geth driver
by Li Yang
· 17 years ago
6ffdd07
myri10ge: report link up/down in standard ethtool way
by Brice Goglin
· 17 years ago
225c383
NetXen: Removal of extra free_irq call
by Mithlesh Thukral
· 17 years ago
df31233
Update tulip maintainer email address
by Valerie Henson
· 17 years ago
6026ee6
smc91x: sh solution engine fixes.
by Paul Mundt
· 17 years ago
416b5d1
e1000: disable polling before registering netdevice
by Auke Kok
· 17 years ago
25805dc
network drivers: eliminate unneeded kill_vid code
by Stephen Hemminger
· 17 years ago
cb434e3
atl1: eliminate unneeded kill_vid code
by Stephen Hemminger
· 17 years ago
7b33224
8139cp: fix VLAN unregistration
by Stephen Hemminger
· 17 years ago
3d4e66f
sky2: Fix VLAN unregistration
by Stephen Hemminger
· 17 years ago
d2d1acd
VLAN: kill_vid is only useful for VLAN filtering devices
by Stephen Hemminger
· 17 years ago
e68a8c1
qla3xxx: device doesnt do hardware checksumming.
by Stephen Hemminger
· 17 years ago
Next »