summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-3/+5
2010-12-17netlink: fix gcc -Wconversion compilation warningDmitry V. Levin1-1/+1
2010-12-17net: Introduce skb_checksum_start_offset()Michał Mirosław1-0/+5
2010-12-17net: use NUMA_NO_NODE instead of the magic number -1Changli Gao1-1/+1
2010-12-17bnx2x: Take the distribution range definition out of skb_tx_hash()Vladislav Zolotarov2-2/+13
2010-12-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-3/+22
2010-12-11ethtool: Report link-down while interface is downBen Hutchings1-1/+3
2010-12-11atm: correct sysfs 'device' link creation and parent relationshipsDan Williams1-2/+4
2010-12-11xfrm: Add Traffic Flow Confidentiality padding XFRM attributeMartin Willi1-0/+1
2010-12-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller3-5/+64
2010-12-10The new jhash implementationJozsef Kadlecsik1-78/+105
2010-12-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-0/+2
2010-12-08cfg80211: add some element IDs in enum ieee80211_eidAmitkumar Karwar1-0/+3
2010-12-08cfg80211: Add new BSS attribute ht_opmodeHelmut Schaa1-0/+4
2010-12-08tcp: Replace time wait bucket msg by counterTom Herbert1-0/+1
2010-12-08filter: constify sk_run_filter()Eric Dumazet1-1/+1
2010-12-08net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet1-1/+2
2010-12-08nl80211/mac80211: Report signal averageBruno Randolf1-0/+2
2010-12-07dccp: Policy-based packet dequeueing infrastructureTomasz Grobelny1-0/+21
2010-12-07cfg80211/mac80211: add mesh join/leave commandsJohannes Berg1-0/+8
2010-12-07nl80211/mac80211: define and allow configuring mesh element TTLJavier Cardona1-0/+4
2010-12-06__in_dev_get_rtnl() can use rtnl_dereference()Eric Dumazet1-1/+1
2010-12-06filter: add SKF_AD_RXHASH and SKF_AD_CPUEric Dumazet1-1/+3
2010-12-06usbnet: changes for upcoming cdc_ncm driverAlexey Orishko1-0/+6
2010-12-06lib: Improve EWMA efficiency by using bitshiftsBruno Randolf1-3/+1
2010-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-5/+64
2010-12-06tg3: Move EEE definitions into mdio.hMatt Carlson1-0/+5
2010-12-02ssb: extract indexes for power tablesRafał Miłecki2-0/+44
2010-12-01net sched: use xps information for qdisc NUMA affinityEric Dumazet1-1/+19
2010-11-29nl80211/cfg80211: extend mgmt-tx API for off-channelJohannes Berg1-5/+20
2010-11-29Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller3-0/+65
2010-11-29xps: add __rcu annotationsEric Dumazet1-2/+2
2010-11-29xps: Add CONFIG_XPSTom Herbert1-24/+28
2010-11-28net: add netif_tx_queue_frozen_or_stoppedEric Dumazet1-2/+4
2010-11-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-0/+65
2010-11-25cfg80211: allow using CQM event to notify packet lossJohannes Berg1-0/+3
2010-11-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2010-11-25Revert "nl80211/mac80211: Report signal average"John W. Linville1-2/+0
2010-11-24xps: Transmit Packet SteeringTom Herbert1-0/+30
2010-11-24xps: Improvements in TX queue selectionTom Herbert1-1/+2
2010-11-24ipv6: mcast: RCU conversionEric Dumazet1-1/+1
2010-11-24stmmac: add init/exit callback in plat_stmmacenet_data structGiuseppe CAVALLARO1-3/+3
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-0/+1
2010-11-22ssb: b43-pci-bridge: Add new vendor for BCM4318Daniel Klaffenbach1-0/+1
2010-11-22phylib: Add support for Marvell 88E1149R devices.David Daney1-0/+1
2010-11-22macvlan: Introduce 'passthru' mode to takeover the underlying deviceSridhar Samudrala1-0/+1
2010-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-11-19filter: optimize sk_run_filterEric Dumazet1-1/+1
2010-11-18nl80211/mac80211: Report signal averageBruno Randolf1-0/+2
2010-11-18lib: Add generic exponentially weighted moving average (EWMA) functionBruno Randolf1-0/+32