summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wavelan: Test arraysize before an element of the array.Roel Kluin2009-02-271-2/+1
* mac80211: disallow moving netnsJohannes Berg2009-02-272-0/+2
* mac80211: Make sure non-HT connection when IEEE80211_STA_TKIP_WEP_USED is setVasanthakumar Thiagarajan2009-02-271-2/+4
* libertas: fix power save issue in libertas_sdio moduleBing Zhao2009-02-272-0/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-02-2511-77/+206
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-02-243-11/+44
| |\
| | * rtl8187: New USB ID's for RTL8187LLarry Finger2009-02-231-0/+12
| | * ath9k: Fix panic upon attach failureVasanthakumar Thiagarajan2009-02-231-7/+17
| | * orinoco: do not resgister NULL pm_notifier functionAndrey Borzenkov2009-02-231-4/+15
| * | asix: new device idsGreg Kroah-Hartman2009-02-241-0/+8
| * | tcp_scalable: Update malformed & dead urlJoe Perches2009-02-241-1/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-02-246-65/+153
| |\ \
| | * | netfilter: xt_recent: fix proc-file addition/removal of IPv4 addressesJosef Drexler2009-02-241-1/+1
| | * | netfilter: make proc/net/ip* print names from foreign NFPROTOJan Engelhardt2009-02-181-57/+142
| | * | netfilter: nf_conntrack: don't try to deliver events for untracked connectionsPatrick McHardy2009-02-181-1/+1
| | * | netfilter: nfnetlink_log: fix timeout handlingEric Leblond2009-02-181-1/+1
| | * | netfilter: nfnetlink_log: fix per-rule qthreshold overrideEric Leblond2009-02-182-3/+5
| | * | netfilter: nf_conntrack_ipv6: fix nf_log_packet message in icmpv6 conntrackEric Leblond2009-02-181-2/+3
| | * | Merge branch 'master' of /repos/git/net-2.6Patrick McHardy2009-02-185-20/+12
| | |\ \
| * | \ \ Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-24754-7709/+17542
| |\ \ \ \
* | | | | | qlge: Use one path to (re)fill rx buffers.Ron Mercer2009-02-241-111/+59
* | | | | | qlge: Optimize rx buffer refill process.Ron Mercer2009-02-241-5/+12
* | | | | | qlge: Change frame route hw semaphore granularity.Ron Mercer2009-02-241-18/+13
* | | | | | qlge: Increase MAC addr hw sem granularity.Ron Mercer2009-02-242-17/+43
* | | | | | qlge: Clean up mac address and frame route settings.Ron Mercer2009-02-241-9/+22
* | | | | | sit: used time_before for comparing jiffiesWei Yongjun2009-02-241-2/+3
* | | | | | ipip: used time_before for comparing jiffiesWei Yongjun2009-02-241-2/+3
* | | | | | gre: used time_before for comparing jiffiesWei Yongjun2009-02-241-2/+3
* | | | | | ipv6: Remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-242-6/+3
* | | | | | netlink: change nlmsg_notify() return value logicPablo Neira Ayuso2009-02-2414-30/+45
* | | | | | mv643xx_eth: set sane default receive coalescing timeoutLennert Buytenhek2009-02-241-1/+1
* | | | | | mv643xx_eth: move a couple of init actions from ->open() to port probeLennert Buytenhek2009-02-241-5/+5
* | | | | | mv643xx_eth: convert to net_device_opsLennert Buytenhek2009-02-241-12/+17
* | | | | | mv643xx_eth: make LRO unconditionalLennert Buytenhek2009-02-242-22/+1
* | | | | | netxen: refactor pci probeDhananjay Phadke2009-02-241-181/+203
* | | | | | netxen: cleanup unused codeDhananjay Phadke2009-02-245-694/+0
* | | | | | netxen: advertise wake-on-lan supportDhananjay Phadke2009-02-242-0/+52
* | | | | | netxen: firmware download supportDhananjay Phadke2009-02-244-74/+238
* | | | | | ixbge: fix bug when using large pages and jumbo framesJesse Brandeburg2009-02-242-1/+9
* | | | | | ixgbe: Move ring features into an enum, allowing easier future maintenanceShannon Nelson2009-02-241-4/+10
* | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-02-241-4/+12
|\ \ \ \ \ \ | |/ / / / /
| * | | | | netxen: handle pci bar 0 mapping failureDhananjay Phadke2009-02-241-1/+6
| * | | | | netxen: fix physical port mappingDhananjay Phadke2009-02-241-3/+6
* | | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-24380-2120/+10888
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-02-232-5/+5
| |\ \ \ \ \ | | |/ / / /
| | * | | | net: amend the fix for SO_BSDCOMPAT gsopt infoleakEugene Teo2009-02-231-1/+1
| | * | | | netns: build fix for net_alloc_genericClemens Noss2009-02-231-4/+4
| | | |_|/ | | |/| |
| * | | | proc: proc_get_inode should de_put when inode already initializedKrzysztof Sachanowicz2009-02-231-1/+3
| * | | | i915: suspend/resume interrupt stateJesse Barnes2009-02-231-3/+7
| * | | | Fix an oops in i915_gem_retire_requests()Karsten Wiese2009-02-231-0/+3
OpenPOWER on IntegriCloud