summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* net: clean up net/ipv4/ip_fragment.c tcp_timer.c ip_input.cJianjun Kong2008-11-033-5/+5
* net: clean up net/ipv4/ipmr.cJianjun Kong2008-11-031-65/+65
* net: clean up net/ipv4/ip_sockglue.c tcp_output.cJianjun Kong2008-11-032-20/+20
* net: clean up net/ipv4/igmp.cJianjun Kong2008-11-031-23/+23
* net: clean up net/ipv4/fib_frontend.c fib_hash.c ip_gre.cJianjun Kong2008-11-033-18/+18
* net: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks.c tcp_yeah.c xfrm4_po...Jianjun Kong2008-11-036-12/+12
* net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c in...Jianjun Kong2008-11-036-13/+13
* sunrpc: Fix build warning due to typo in %pI4 format changes.David S. Miller2008-11-031-1/+1
* IPVS: Add IPv6 support to SH and DH schedulersJulius Volz2008-11-032-18/+42
* Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller2008-11-0215-104/+219
|\
| * bonding: update docs to correctly reflect arp_ip_target behaviorAndy Gospodarek2008-11-021-7/+9
| * smc91x: add __init markings to smc_drv_probe()Mike Frysinger2008-11-021-1/+1
| * forcdeth: increase max_interrupt_workJoe Korty2008-11-021-1/+1
| * ixgbe: add device support for 82598AT (copper 10GbE) adaptersJesse Brandeburg2008-11-027-0/+154
| * atlx: timer cleanupStephen Hemminger2008-11-023-25/+10Star
| * atlx: use embedded net_device_statsStephen Hemminger2008-11-025-70/+44Star
* | sch_netem: Replace ->requeue() method with open codeJarek Poplawski2008-11-021-1/+5
* | sch_netem: Remove classful functionalityJarek Poplawski2008-11-021-87/+0Star
|/
* [TCP] CUBIC v2.3Sangtae Ha2008-11-021-11/+109
* af_unix: clean up net/unix/af_unix.c garbage.c sysctl_net_unix.cJianjun Kong2008-11-023-44/+42Star
* udp: add a missing smp_wmb() in udp_lib_get_port()Eric Dumazet2008-11-021-0/+5
* xfrm6: handling fragmentNicolas Dichtel2008-11-021-3/+6
* mac80211: fix two kernel-doc warningsJohannes Berg2008-11-012-19/+23
* ath9k: use ETH_P_PAELuis R. Rodriguez2008-11-011-2/+2
* ath9k: remove useless conditionalBob Copeland2008-11-011-3/+0Star
* orinoco: cache downloadable firmware image in memory for use during resumeAndrey Borzenkov2008-11-012-7/+26
* orinoco: reload firmware on resumeAndrey Borzenkov2008-11-011-6/+5Star
* ath5k: Update interrupt masking codeNick Kossifidis2008-11-016-79/+247
* wireless regulatory: move ignore_requestJohannes Berg2008-11-011-63/+63
* wireless: clean up regulatory ignore_request functionJohannes Berg2008-11-011-40/+27Star
* wireless: remove struct regdom hintingJohannes Berg2008-11-016-88/+36Star
* wireless: make regdom passing semantics simplerJohannes Berg2008-11-014-20/+10Star
* iwlwifi: Update reclaim flagDaniel Halperin2008-11-011-0/+1
* iwl3945: iwl3945_mac_get_tsf() should not return zeroFabrice Bellet2008-11-011-9/+0Star
* iwlwifi: run through spell checkerTomas Winkler2008-11-0126-92/+91Star
* iwlwifi: refactor tx byte count table usageTomas Winkler2008-11-016-185/+62Star
* iwlwifi: clear scanning bits upon failureMohamed Abbas2008-11-011-0/+7
* iwlwifi: convert correctly rate_n_flags to PLCP index for mimo3 packetsDaniel C. Halperin2008-11-011-1/+3
* iwlwifi: calibration command namespace renamingTomas Winkler2008-11-015-69/+74
* iwlwifi: parametrize eeprom versionsTomas Winkler2008-11-015-39/+41
* iwlwifi: don't update TFD free counter for invalid stationTomas Winkler2008-11-011-2/+2
* iwlwifi: refactor TX response flowTomas Winkler2008-11-016-119/+125
* mac80211: Re-enable aggregationSujith2008-11-0110-63/+76
* mac80211: allow all interfaces types to handle RX action framesAndrey Yurovsky2008-11-011-8/+0Star
* wireless: remove write-only 'granted' variableJohannes Berg2008-11-011-2/+0Star
* ath9k: Check if the STA supports HT when initializing rate controlSujith2008-11-011-1/+1
* mac80211: Change WARN_ON to WARN_ON_ONCESujith2008-11-011-2/+2
* ath9k: Allow user to change tx power when askedLuis R. Rodriguez2008-11-012-2/+9
* ath9k: enable RX interrupt mitigationLuis R. Rodriguez2008-11-011-1/+1
* ath9k: remove pointless sc_txintrperiod and spin_lock_bh on tx prepareLuis R. Rodriguez2008-11-013-29/+15Star