summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | rfkill: add WARN and BUG_ON paranoia (v2)Henrique de Moraes Holschuh2008-08-291-13/+37
| * | rfkill: add missing line breakFelipe Balbi2008-08-291-1/+1
| * | rfkill: use strict_strtoul (v2)Henrique de Moraes Holschuh2008-08-291-2/+12
| * | mac80211/cfg80211: HT capabilities for NEW_STAJouni Malinen2008-08-292-0/+15
| * | mac80211: Use only precedence level of DSCP field for frame classificationDaniel Wagner2008-08-291-2/+0
| * | mac80211: Handle scan result IEs in one blockJouni Malinen2008-08-292-159/+89
| * | mac80211/cfg80211: Add BSS configuration options for AP modeJouni Malinen2008-08-292-0/+89
| * | mac80211: fill start-sequence-number for BA session startJohannes Berg2008-08-291-1/+4
* | | ip: speedup /proc/net/rt_cache handlingEric Dumazet2008-08-281-4/+10
* | | inet_diag: Add empty bucket optimization to inet_diag tooAndi Kleen2008-08-281-1/+5
* | | tcp: Skip empty hash buckets faster in /proc/net/tcpAndi Kleen2008-08-281-7/+19
|/ /
* | Merge branch 'lvs-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2008-08-2714-557/+1170
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/...Simon Horman2008-08-2714-557/+1170
| |\ \
| | * | IPVS: Rename ip_vs_proto_ah.c to ip_vs_proto_ah_esp.cJulius Volz2008-08-273-177/+1
| | * | IPVS: Integrate ESP protocol into ip_vs_proto_ah.cJulius Volz2008-08-273-24/+54
| | * | ipvs: Fix race conditions in lblcr schedulerSven Wegener2008-08-191-115/+114
| | * | ipvs: Fix race conditions in lblc schedulerSven Wegener2008-08-191-108/+96
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Simon Horman2008-08-1917-146/+215
| | |\ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Simon Horman2008-08-1610-19/+89
| | |\ \ \
| | * | | | ipvs: rename __ip_vs_wlc_schedule in lblc and lblcr schedulersSimon Horman2008-08-152-6/+6
| | * | | | ipvs: Create init functions for estimator codeSven Wegener2008-08-152-9/+17
| | * | | | ipvs: Only call init_service, update_service and done_service for schedulers ...Sven Wegener2008-08-158-123/+12
| | * | | | IPVS: Add genetlink interface implementationJulius Volz2008-08-151-0/+875
* | | | | | dccp ccid-3: Replace lazy BUG_ON with conditionGerrit Renker2008-08-271-2/+4
* | | | | | dccp: Toggle debug output without module unloadingGerrit Renker2008-08-274-4/+4
* | | | | | dccp: Empty the write queue when disconnectingGerrit Renker2008-08-271-0/+2
* | | | | | dccp: Fill in the Data fields for "Option Error" ResetsGerrit Renker2008-08-271-0/+3
* | | | | | dccp: Silently ignore options with nonsensical lengthsGerrit Renker2008-08-271-4/+6
* | | | | | dccp: Always generate a Reset in response to option errorsWei Yongjun2008-08-271-2/+2
|/ / / / /
* | | | | tcp: Add tcp_parse_aligned_timestampIlpo Järvinen2008-08-231-19/+18
* | | | | tcp: Add tcp_collapse_one to eliminate duplicated codeIlpo Järvinen2008-08-231-10/+14
* | | | | tcp: Add tcp_validate_incoming & put duplicated code thereIlpo Järvinen2008-08-231-78/+69
* | | | | mac80211: add direct probe before associationRon Rindjunsky2008-08-222-15/+73
* | | | | mac80211: change number of pre-assoc scansRon Rindjunsky2008-08-222-3/+10
* | | | | mac80211: cleanup mlme state namespaceTomas Winkler2008-08-224-51/+61
* | | | | mac80211: filter probes in ieee80211_rx_mgmt_probe_respTomas Winkler2008-08-221-3/+3
* | | | | replace net_device arguments with ieee80211_{local,sub_if_data} as appropriateJasper Bryant-Greene2008-08-2216-608/+545
* | | | | move ETH_P_PAE from ieee80211_i.h to if_ether.hJasper Bryant-Greene2008-08-221-4/+0
* | | | | rfkill: introduce RFKILL_STATE_MAXHenrique de Moraes Holschuh2008-08-221-3/+8
* | | | | rfkill: add __must_check annotationsHenrique de Moraes Holschuh2008-08-221-2/+3
* | | | | rfkill: add default global states (v2)Henrique de Moraes Holschuh2008-08-222-12/+116
* | | | | rfkill: detect bogus double-registering (v2)Henrique de Moraes Holschuh2008-08-221-1/+28
* | | | | mac80211: allow no mac address until firmware loadLuis Carlos Cobo2008-08-221-0/+38
* | | | | mac80211: remove WLAN_FC_DATA_PRESENTHarvey Harrison2008-08-221-2/+0
* | | | | mac80211: remove rx/tx_data->fc memberHarvey Harrison2008-08-223-9/+4
* | | | | mac80211: use ieee80211 frame control directlyHarvey Harrison2008-08-223-51/+44
* | | | | mac80211: remove IEEE80211_FC helperHarvey Harrison2008-08-225-33/+31
* | | | | mac80211: remove ieee80211_get_hdrlenHarvey Harrison2008-08-221-39/+0
* | | | | mac80211: rx.c/tx.c remove more users of tx/rx_data->fcHarvey Harrison2008-08-222-39/+25
* | | | | mac80211: wep.c replace magic numbers in IV/ICV removalHarvey Harrison2008-08-221-4/+3
OpenPOWER on IntegriCloud