Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
8980713b97393b21a50d11408a22d2caa87d016a
/
net
8980713
Phonet: Netlink factorization and cleanup
by Rémi Denis-Courmont
· 16 years ago
f0db275
netdev: docbook comment update (revised)
by Stephen Hemminger
· 16 years ago
cf04a4c
netdev: use const for some name functions
by Stephen Hemminger
· 16 years ago
db4148d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 16 years ago
638af07
wireless: a global static to local static improvement
by Denis ChengRq
· 16 years ago
4492bea
mac80211: fix led behavior in IBSS
by Emmanuel Grumbach
· 16 years ago
4dfe51e
mac80211: probe with correct SSID
by Johannes Berg
· 16 years ago
4b7679a
mac80211: clean up rate control API
by Johannes Berg
· 16 years ago
2ff6a6d4
mac80211: fix mesh action frame handling
by Johannes Berg
· 16 years ago
79617de
mac80211: mesh portal functionality support
by YanBo
· 16 years ago
92ffe05
cfg80211: reject invalid configuration items
by Johannes Berg
· 16 years ago
f8b25cd
mac80211: allow interface settings changes only when down
by Johannes Berg
· 16 years ago
723b038
cfg80211: allow set_interface without type
by Johannes Berg
· 16 years ago
60719ff
cfg80211: show interface type
by Johannes Berg
· 16 years ago
133b822
mac80211: make master iface not wireless
by Johannes Berg
· 16 years ago
942b25c
cfg80211: clean up static regdomain mess
by Johannes Berg
· 16 years ago
a3d2eaf
cfg80211: fix regulatory code const
by Johannes Berg
· 16 years ago
734366d
cfg80211: clean up regulatory mess
by Johannes Berg
· 16 years ago
762af43
cfg80211: fix static regdomains
by Johannes Berg
· 16 years ago
96ca4a2
net: remove ifalias on empty given alias
by Oliver Hartkopp
· 16 years ago
28e3487
tcp: Fix queue traversal in tcp_use_frto().
by David S. Miller
· 16 years ago
77d40a0
tcp: Fix order of tests in tcp_retransmit_skb()
by David S. Miller
· 16 years ago
f72051b
neigh: Remove by-hand SKB queue handling.
by David S. Miller
· 16 years ago
ebf0598
pkt_sched: Check the state of tx_queue in dequeue_skb()
by Jarek Poplawski
· 16 years ago
f087652
pkt_sched: Always use q->requeue in dev_requeue_skb().
by David S. Miller
· 16 years ago
242f8bf
pkt_sched: Make qdisc->gso_skb a list.
by David S. Miller
· 16 years ago
0b815a1
net: network device name ifalias support
by Stephen Hemminger
· 16 years ago
be0c52b
Phonet: emit errors when a packet cannot be delivered locally
by Remi Denis-Courmont
· 16 years ago
87ab4e2
Phonet: proc interface for port range
by Remi Denis-Courmont
· 16 years ago
5f77076
Phonet: provide MAC header operations
by Remi Denis-Courmont
· 16 years ago
107d0d9
Phonet: Phonet datagram transport protocol
by Remi Denis-Courmont
· 16 years ago
ba113a9
Phonet: common socket glue
by Remi Denis-Courmont
· 16 years ago
8fb3974
Phonet: Netlink interface
by Remi Denis-Courmont
· 16 years ago
f8ff602
Phonet: network device and address handling
by Remi Denis-Courmont
· 16 years ago
8ead536
Phonet: add CONFIG_PHONET
by Remi Denis-Courmont
· 16 years ago
4b07b3f
Phonet: PF_PHONET protocol family support
by Remi Denis-Courmont
· 16 years ago
bce7b15
Phonet: global definitions
by Remi Denis-Courmont
· 16 years ago
5c18245
ipsec: Fix xfrm_state_walk race
by Herbert Xu
· 16 years ago
5e68722
net/atm/lec.c: drop code after return
by Julia Lawall
· 16 years ago
d48abfe
net: em_cmp.c use unaligned access helpers
by Harvey Harrison
· 16 years ago
2cdc557
netfilter: xt_time gives a wrong monthday in a leap year
by Kaihui Luo
· 16 years ago
43f59c8
net: Remove __skb_insert() calls outside of skbuff internals.
by David S. Miller
· 16 years ago
f5fff5d
tcp: advertise MSS requested by user
by Tom Quetchenbach
· 16 years ago
6067804
net: Use hton[sl]() instead of __constant_hton[sl]() where applicable
by Arnaldo Carvalho de Melo
· 16 years ago
a574420
multiq: requeue should rewind the current_band
by Alexander Duyck
· 16 years ago
618d9f2
tcp: back retransmit_high when it over-estimated
by Ilpo Järvinen
· 16 years ago
90638a0
tcp: don't clear lost_skb_hint when not necessary
by Ilpo Järvinen
· 16 years ago
ef9da47
tcp: don't clear retransmit_skb_hint when not necessary
by Ilpo Järvinen
· 16 years ago
f0ceb0e
tcp: remove retransmit_skb_hint clearing from failure
by Ilpo Järvinen
· 16 years ago
0e1c54c
tcp: reorganize retransmit code loops
by Ilpo Järvinen
· 16 years ago
08ebd17
tcp: remove tp->lost_out guard to make joining diff nicer
by Ilpo Järvinen
· 16 years ago
61eb55f
tcp: Reorganize skb tagbit checks
by Ilpo Järvinen
· 16 years ago
3463857
tcp: remove obsolete validity concern
by Ilpo Järvinen
· 16 years ago
b5afe7b
tcp: add tcp_can_forward_retransmit
by Ilpo Järvinen
· 16 years ago
184d68b
tcp: No need to clear retransmit_skb_hint when SACKing
by Ilpo Järvinen
· 16 years ago
f09142e
tcp: Kill precaution that's very likely obsolete
by Ilpo Järvinen
· 16 years ago
006f582
tcp: convert retransmit_cnt_hint to seqno
by Ilpo Järvinen
· 16 years ago
41ea36e
tcp: add helper for lost bit toggling
by Ilpo Järvinen
· 16 years ago
c8c213f
tcp: move tcp_verify_retransmit_hint
by Ilpo Järvinen
· 16 years ago
64edc27
tcp: Partial hint clearing has again become meaningless
by Ilpo Järvinen
· 16 years ago
d950f26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 16 years ago
821c92f
ISDN sockets: add missing lockdep strings
by Rémi Denis-Courmont
· 16 years ago
d286600
ipvs: change some __constant_htons() to htons()
by Brian Haley
· 16 years ago
563e94f
ipvs: add __aquire/__release annotations to ip_vs_info_seq_start/ip_vs_info_seq_stop
by Simon Horman
· 16 years ago
dff630d
ipvs: supply a valid 0 address to ip_vs_conn_new()
by Simon Horman
· 16 years ago
9e691ed
ipvs: only unlock in ip_vs_edit_service() if already locked
by Simon Horman
· 16 years ago
e16ce63
mac80211 : Fix mode change hard_start_xmit function
by Abhijeet Kolekar
· 16 years ago
538df28
mac80211: remove debug frame dumping
by Johannes Berg
· 16 years ago
c1b6cf4
mac80211: remove beacon counters
by Johannes Berg
· 16 years ago
9222963
mac80211: fix sta_info kernel-doc warning
by Johannes Berg
· 16 years ago
25d834e
mac80211: fix virtual interfaces vs. injection
by Johannes Berg
· 16 years ago
bed7aac
rfkill: remove transmitter blocking on suspend
by Henrique de Moraes Holschuh
· 16 years ago
3061307
mac80211: pass AP vif pointer for VLANs
by Johannes Berg
· 16 years ago
687c7c0
mac80211: share sta_info->ht_info
by Johannes Berg
· 16 years ago
ae17e98
mac80211: move txrate_idx into RC algorithms
by Johannes Berg
· 16 years ago
323ce79
mac80211: share sta->supp_rates
by Johannes Berg
· 16 years ago
b7e3500
mac80211: move last_txrate_idx into RC algorithms
by Johannes Berg
· 16 years ago
95dac040
mac80211: small rate control changes
by Johannes Berg
· 16 years ago
17741cd
mac80211: share STA information with driver
by Johannes Berg
· 16 years ago
7a725f7
mac80211: warn on some invalid vlan operations
by Johannes Berg
· 16 years ago
0d143fe
mac80211: move regular interface handling
by Johannes Berg
· 16 years ago
05c914f
mac80211: use nl80211 interface types
by Johannes Berg
· 16 years ago
96dd22a
mac80211: inform driver of basic rateset
by Johannes Berg
· 16 years ago
ccd7b36
mac80211: clean up some comments
by Johannes Berg
· 16 years ago
c2b1345
mac80211: clean up scan namespace
by Johannes Berg
· 16 years ago
213cd11
mac80211: make bridge_packets a virtual interface option
by Johannes Berg
· 16 years ago
e16751c
mac80211: move ieee80211_set_freq to utils
by Johannes Berg
· 16 years ago
9c6bd79
mac80211: reorder MLME code more
by Johannes Berg
· 16 years ago
5bc7572
mac80211: fix scan vs. interface removal race
by Johannes Berg
· 16 years ago
b741343
mac80211: fix work race
by Johannes Berg
· 16 years ago
472dbc4
mac80211: split off mesh handling entirely
by Johannes Berg
· 16 years ago
7c95069
mac80211: dont set REQ_RUN when scan finishes
by Johannes Berg
· 16 years ago
a1678f8
mac80211: move STA timer restart
by Johannes Berg
· 16 years ago
24723d1
mac80211: move ieee80211_sta_expire
by Johannes Berg
· 16 years ago
b2e1b30
cfg80211: Add new wireless regulatory infrastructure
by Luis R. Rodriguez
· 16 years ago
63f2c04
net: ip_vs_proto_{tcp,udp} build fix
by Stephen Rothwell
· 16 years ago
f07d150
multiq: Further multiqueue cleanup
by Alexander Duyck
· 16 years ago
ca9b0e2
pkt_action: add new action skbedit
by Alexander Duyck
· 16 years ago
9265194
pkt_sched: Add multiqueue scheduler support
by Alexander Duyck
· 16 years ago
78d15e8
tcp_ipv6: fix use of uninitialized memory
by Vegard Nossum
· 16 years ago
Next »