Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
0f5cabba49021d36e9f76bd97d7fa0f4a408063f
0f5cabb
wext: Create IW_REQUEST_FLAG_COMPAT and set it as needed.
by David S. Miller
· 17 years ago
169a3ec
wext: Remove compat handling from fs/compat_ioctl.c
by David S. Miller
· 17 years ago
87de87d
wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.c
by David S. Miller
· 17 years ago
a67fa76
wext: Pull top-level ioctl dispatch logic into helper function.
by David S. Miller
· 17 years ago
d291125
wext: Pass iwreq pointer down into standard/private handlers.
by David S. Miller
· 17 years ago
ca1e8bb
wext: Parameterize the standard/private handlers.
by David S. Miller
· 17 years ago
67dd760
wext: Pull ioctl permission checking out into helper function.
by David S. Miller
· 17 years ago
d88174e
wext: Extract private call iw_point handling into seperate functions.
by David S. Miller
· 17 years ago
84149b0
wext: Extract standard call iw_point handling into seperate function.
by David S. Miller
· 17 years ago
208887d
wext: Make adjust_priv_size() take a "struct iw_point *".
by David S. Miller
· 17 years ago
25519a2
wext: Remove inline from get_priv_size() and adjust_priv_size().
by David S. Miller
· 17 years ago
caea902
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
65c3e47
atm: [he] send idle cells instead of unassigned when in SDH mode
by Chas Williams
· 17 years ago
28e84ab
atm: [he] limit queries to the device's register space
by Robert T. Johnson
· 17 years ago
7e903c2
atm: [br2864] fix routed vcmux support
by Eric Kinzie
· 17 years ago
059e377
atm: [he] only support suni driver on multimode interfaces
by Chas Williams
· 17 years ago
d6c1d70
atm: [iphase] doesn't call phy->start due to a bogus #ifndef
by Jorge Boncompte [DTI2]
· 17 years ago
c0ed0b6
atm: [iphase] set drvdata before enabling interrupts
by Jorge Boncompte [DTI2]
· 17 years ago
2714166
atm: [br2684] Fix oops due to skb->dev being NULL
by Jorge Boncompte [DTI2]
· 17 years ago
0b44191
netns: introduce the net_hash_mix "salt" for hashes
by Pavel Emelyanov
· 17 years ago
33de014
inet6: add struct net argument to inet6_ehashfn
by Pavel Emelyanov
· 17 years ago
9f26b3a
inet: add struct net argument to inet_ehashfn
by Pavel Emelyanov
· 17 years ago
2086a65
inet: add struct net argument to inet_lhashfn
by Pavel Emelyanov
· 17 years ago
7f635ab
inet: add struct net argument to inet_bhashfn
by Pavel Emelyanov
· 17 years ago
19c7578
udp: add struct net argument to udp_hashfn
by Pavel Emelyanov
· 17 years ago
e316349
udp: provide a struct net pointer for __udp[46]_lib_mcast_deliver
by Pavel Emelyanov
· 17 years ago
d626628
udp: introduce a udp_hashfn function
by Pavel Emelyanov
· 17 years ago
a9d246d
ipv4: Remove unused definitions in net/ipv4/tcp_ipv4.c.
by Rami Rosen
· 17 years ago
68be802
raw: Restore /proc/net/raw correct behavior
by Eric Dumazet
· 17 years ago
6de329e
net: Fix test for VLAN TX checksum offload capability
by Ben Hutchings
· 17 years ago
319fa2a
sctp: Correclty set changeover_active for SFR-CACC
by Vlad Yasevich
· 17 years ago
80896a3
sctp: Correctly cleanup procfs entries upon failure.
by Wei Yongjun
· 17 years ago
93653e0
tcp: Revert reset of deferred accept changes in 2.6.26
by David S. Miller
· 17 years ago
2b4743b
ipv6 sit: Avoid extra need for compat layer in PRL management.
by YOSHIFUJI Hideaki
· 17 years ago
47083fc
pkt_sched: Change HTB_HYSTERESIS to a runtime parameter htb_hysteresis.
by Jesper Dangaard Brouer
· 17 years ago
f9ffced
pkt_sched: HTB scheduler, change default hysteresis mode to off.
by Jesper Dangaard Brouer
· 17 years ago
34a5d71
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6
by David S. Miller
· 17 years ago
942e7b1
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 17 years ago
7d06b2e
net: change proto destroy method to return void
by Brian Haley
· 17 years ago
87291c0
mac80211: eliminate IBSS warning in rate_lowest_index()
by Vladimir Koutny
· 17 years ago
c644bce
mac80211: tkip.c use a local struct tkip_ctx in ieee80211_get_tkip_key
by Harvey Harrison
· 17 years ago
7c70537
mac80211: tkip.c fold ieee80211_gen_rc4key into its one caller
by Harvey Harrison
· 17 years ago
c801242
mac80211: tkip.c consolidate tkip IV writing in helper
by Harvey Harrison
· 17 years ago
87228f5
mac80211: rx.c use new helpers
by Harvey Harrison
· 17 years ago
002aaf4
mac80211: wme.c use new helpers
by Harvey Harrison
· 17 years ago
a494bb1
mac80211: use new helpers in util.c - ieee80211_get_bssid()
by Harvey Harrison
· 17 years ago
d5184ca
mac80211: wpa.c use new access helpers
by Harvey Harrison
· 17 years ago
6693be7
mac80211: add utility function to get header length
by Harvey Harrison
· 17 years ago
c9c6950
mac80211: make ieee80211_get_hdrlen_from_skb return unsigned
by Harvey Harrison
· 17 years ago
8b7b1e0
mac80211: remove ieee80211_get_morefrag
by Harvey Harrison
· 17 years ago
fd7c8a4
mac80211: add helpers for frame control testing
by Harvey Harrison
· 17 years ago
e36cfdc
mac80211_hwsim: Shared TX code for received frames and Beacons
by Jouni Malinen
· 17 years ago
f248f10
mac80211_hwsim: Minor cleanup
by Jouni Malinen
· 17 years ago
ba77f1a
mac80211_hwsim: Clean up documentation
by Jouni Malinen
· 17 years ago
acc1e7a
mac80211_hwsim: 802.11 radio simulator for mac80211
by Jouni Malinen
· 17 years ago
14a08a7
iwlwifi: unify SW rf-kill flow
by Emmanuel Grumbach
· 17 years ago
14b3d33
iwlwifi: remove 4965 prefix from iwl4965_ucode
by Ron Rindjunsky
· 17 years ago
5d72a1f
iwlwifi: adding channels to sysfs
by Ester Kummer
· 17 years ago
dc0ae30
mac80211: fix beacon interval value
by Tomas Winkler
· 17 years ago
5720508
rndis_wlan: Use kernel-supplied ARRAY_SIZE() macro.
by Robert P. J. Day
· 17 years ago
90d0734
rndis_wlan: preallocate command buffer for set/get_oid
by Jussi Kivilinna
· 17 years ago
bb8649d
rndis_wlan: use kzalloc to allocate private data
by Jussi Kivilinna
· 17 years ago
8d5e0d5
mac80211: do not fragment while aggregation is in use
by Ron Rindjunsky
· 17 years ago
58d0f36
iwlwifi: remove iwlcore_low_level_notify
by Emmanuel Grumbach
· 17 years ago
be1f3ab6
iwlwifi: general code clean up
by Emmanuel Grumbach
· 17 years ago
808e72a
iwlwifi: fix software rf_kill problem when interface is down
by Zhu Yi
· 17 years ago
95483b6
iwlwifi: remove dead code iwl4965_calc_db_from_ratio
by Emmanuel Grumbach
· 17 years ago
91dbc5b
iwlwifi: retfactor get_temperature functions
by Emmanuel Grumbach
· 17 years ago
47f4a58
iwlwifi: move iwl4965_rf_kill_ct_config to iwl-core.c
by Emmanuel Grumbach
· 17 years ago
f53696d
iwlwifi: cleans up scanning code
by Tomas Winkler
· 17 years ago
e7d326ac
iwlwifi: move rate helpers to iwlcore
by Tomas Winkler
· 17 years ago
2a421b9
iwlwifi: move scan to iwl-scan.c iwlcore
by Tomas Winkler
· 17 years ago
4564ce8
iwlwifi: add bad length check for WEP keys
by Emmanuel Grumbach
· 17 years ago
630fe9b
iwlwifi: refactor setting tx power
by Tomas Winkler
· 17 years ago
25a6572
iwlwifi: refactor tx aggregation response flow
by Tomas Winkler
· 17 years ago
398f9e7
iwlwifi: Fix mode changes (ad-hoc <--> managed)
by Assaf Krauss
· 17 years ago
c46fbef
iwlwifi enabling IBSS (Ad-Hoc) mode
by Assaf Krauss
· 17 years ago
f3d5b45
iwlwifi: fix resart flow after fw error
by Emmanuel Grumbach
· 17 years ago
64e72c3e
iwlwifi: fix resume SW RF-kill
by Mohamed Abbas
· 17 years ago
77c5d08
iwlwifi: format log prints for easier parsing
by Tomas Winkler
· 17 years ago
753f766
iwlwifi: fix bug when moving from 11gn to 11a or 11an to 11g
by Emmanuel Grumbach
· 17 years ago
963f551
iwlwifi: remove redundant flags regarding to FAT channel
by Emmanuel Grumbach
· 17 years ago
838f8a7
iwlwifi: remove unused flag
by Tomas Winkler
· 17 years ago
faa2971
iwlwifi: fix allow iwlwifi to aggregate according to tid load
by Ron Rindjunsky
· 17 years ago
263b5f5
iwlwifi: use ieee80211_conf to examine rate capabilities
by Ron Rindjunsky
· 17 years ago
e26e47d
iwlwifi: add TX aggregation code for 5000 HW
by Tomas Winkler
· 17 years ago
7f3e4bb
iwlwifi: map sw and hw ampdu queues
by Ron Rindjunsky
· 17 years ago
203566f
iwlwifi: add possibility to disable tx_power calibration
by Emmanuel Grumbach
· 17 years ago
4e39317
iwlwifi: clean up in setup/cancel deferred work
by Emmanuel Grumbach
· 17 years ago
16e727e
iwlwifi: removes the RUN_TIME_CALIB ifdef
by Emmanuel Grumbach
· 17 years ago
a78a832
libertas: rename some registers to clarify their meaning
by Holger Schurig
· 17 years ago
4c55523
libertas: check for old, unsupported hardware
by Holger Schurig
· 17 years ago
5314325
libertas: document register meanings
by Holger Schurig
· 17 years ago
3073556
libertas: fix interrupt issue
by Holger Schurig
· 17 years ago
d2c3cc0
mac80211: implement EU regulatory domain
by Tony Vroon
· 17 years ago
564d9bd
nl80211: Fix comment merge error
by Michael Buesch
· 17 years ago
4f85f5b
iwlwifi: removing IWL4965_HT config
by Ron Rindjunsky
· 17 years ago
a19d729
rndis_wlan: cleanup: rename and remove local pointers
by Jussi Kivilinna
· 17 years ago
a67edb9
rndis_wlan: check if set_multicast_list work is already scheduled
by Jussi Kivilinna
· 17 years ago
5331b96
rndis_wlan: update carrier flag when link state changes
by Jussi Kivilinna
· 17 years ago
Next »