summaryrefslogtreecommitdiffstats
path: root/net/xfrm (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-03sunrpc: Fix build warning due to typo in %pI4 format changes.David S. Miller1-1/+1
2008-11-03IPVS: Add IPv6 support to SH and DH schedulersJulius Volz2-18/+42
2008-11-02bonding: update docs to correctly reflect arp_ip_target behaviorAndy Gospodarek1-7/+9
2008-11-02smc91x: add __init markings to smc_drv_probe()Mike Frysinger1-1/+1
2008-11-02forcdeth: increase max_interrupt_workJoe Korty1-1/+1
2008-11-02ixgbe: add device support for 82598AT (copper 10GbE) adaptersJesse Brandeburg7-0/+154
2008-11-02atlx: timer cleanupStephen Hemminger3-25/+10
2008-11-02atlx: use embedded net_device_statsStephen Hemminger5-70/+44
2008-11-02sch_netem: Replace ->requeue() method with open codeJarek Poplawski1-1/+5
2008-11-02sch_netem: Remove classful functionalityJarek Poplawski1-87/+0
2008-11-02[TCP] CUBIC v2.3Sangtae Ha1-11/+109
2008-11-02af_unix: clean up net/unix/af_unix.c garbage.c sysctl_net_unix.cJianjun Kong3-44/+42
2008-11-02udp: add a missing smp_wmb() in udp_lib_get_port()Eric Dumazet1-0/+5
2008-11-02xfrm6: handling fragmentNicolas Dichtel1-3/+6
2008-11-01mac80211: fix two kernel-doc warningsJohannes Berg2-19/+23
2008-11-01ath9k: use ETH_P_PAELuis R. Rodriguez1-2/+2
2008-11-01ath9k: remove useless conditionalBob Copeland1-3/+0
2008-11-01orinoco: cache downloadable firmware image in memory for use during resumeAndrey Borzenkov2-7/+26
2008-11-01orinoco: reload firmware on resumeAndrey Borzenkov1-6/+5
2008-11-01ath5k: Update interrupt masking codeNick Kossifidis6-79/+247
2008-11-01wireless regulatory: move ignore_requestJohannes Berg1-63/+63
2008-11-01wireless: clean up regulatory ignore_request functionJohannes Berg1-40/+27
2008-11-01wireless: remove struct regdom hintingJohannes Berg6-88/+36
2008-11-01wireless: make regdom passing semantics simplerJohannes Berg4-20/+10
2008-11-01iwlwifi: Update reclaim flagDaniel Halperin1-0/+1
2008-11-01iwl3945: iwl3945_mac_get_tsf() should not return zeroFabrice Bellet1-9/+0
2008-11-01iwlwifi: run through spell checkerTomas Winkler26-92/+91
2008-11-01iwlwifi: refactor tx byte count table usageTomas Winkler6-185/+62
2008-11-01iwlwifi: clear scanning bits upon failureMohamed Abbas1-0/+7
2008-11-01iwlwifi: convert correctly rate_n_flags to PLCP index for mimo3 packetsDaniel C. Halperin1-1/+3
2008-11-01iwlwifi: calibration command namespace renamingTomas Winkler5-69/+74
2008-11-01iwlwifi: parametrize eeprom versionsTomas Winkler5-39/+41
2008-11-01iwlwifi: don't update TFD free counter for invalid stationTomas Winkler1-2/+2
2008-11-01iwlwifi: refactor TX response flowTomas Winkler6-119/+125
2008-11-01mac80211: Re-enable aggregationSujith10-63/+76
2008-11-01mac80211: allow all interfaces types to handle RX action framesAndrey Yurovsky1-8/+0
2008-11-01wireless: remove write-only 'granted' variableJohannes Berg1-2/+0
2008-11-01ath9k: Check if the STA supports HT when initializing rate controlSujith1-1/+1
2008-11-01mac80211: Change WARN_ON to WARN_ON_ONCESujith1-2/+2
2008-11-01ath9k: Allow user to change tx power when askedLuis R. Rodriguez2-2/+9
2008-11-01ath9k: enable RX interrupt mitigationLuis R. Rodriguez1-1/+1
2008-11-01ath9k: remove pointless sc_txintrperiod and spin_lock_bh on tx prepareLuis R. Rodriguez3-29/+15
2008-11-01mac80211: make use of regulatory tx power settings on change of tx powerLuis R. Rodriguez1-12/+6
2008-11-01mac80211: check return value of dev_alloc_skb() in ieee80211_sta_join_ibss().Rami Rosen1-49/+55
2008-11-01wireless: avoid some net/ieee80211.h vs. linux/ieee80211.h conflictsJohn W. Linville6-139/+19
2008-11-01wireless: use individual buffers for printing ssid valuesJohn W. Linville14-106/+168
2008-11-01wireless: escape_ssid should handle non-printablesJohn W. Linville1-6/+19
2008-11-01wireless: remove NETWORK_EMPTY_ESSID flagJohn W. Linville6-66/+6
2008-11-01wireless: consolidate on a single escape_essid implementationJohn W. Linville23-262/+219
2008-11-01mac80211: insert AP sta entry after filling itJohannes Berg1-13/+18