summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-06mwifiex: save driver information to file when firmware dumpXinming Hu5-1/+133
2015-01-06mwifiex: move debug_data dump function to common utililty fileXinming Hu3-180/+198
2015-01-06mwifiex: move pm_wakeup_card_complete definition to usb.cXinming Hu2-7/+7
2015-01-06mwifiex: add rx histogram statistics supportXinming Hu10-0/+219
2015-01-06mwifiex: add bcn_rcv_cnt and bcn_miss_cnt in getlog debugfsXinming Hu4-2/+14
2015-01-06mwifiex: report tdls peers in debugfsXinming Hu6-1/+52
2015-01-06ath5k: drop owner assignment from platform_driversWolfram Sang1-1/+0
2015-01-06brcmfmac: enable 802.11d support in firmwareArend van Spriel3-0/+29
2015-01-06brcmfmac: signal completion of 802.1x.Hante Meuleman5-4/+57
2015-01-06brcmfmac: follow user-space regulatory domain selectionArend van Spriel2-1/+38
2015-01-06brcmfmac: Change error log in standard log for rxbufpost.Hante Meuleman1-1/+1
2015-01-06brcmfmac: Fix WEP configuration for AP mode.Hante Meuleman4-30/+76
2015-01-06brcmfmac: remove unused/duplicate defines in chip.cArend van Spriel1-14/+0
2015-01-06brcmfmac: Fix incorrect casting of 64 bit physical address.Hante Meuleman2-16/+16
2015-01-06Merge tag 'iwlwifi-next-for-kalle-2014-12-30' of https://git.kernel.org/pub/s...Kalle Valo38-317/+649
2015-01-03Merge branch 'timecounter-next'David S. Miller7-8/+11
2015-01-03microblaze: include the new timecounter header.Richard Cochran1-0/+1
2015-01-03mlx4: include clocksource.h againRichard Cochran1-0/+1
2015-01-03ixgbe: convert to CYCLECOUNTER_MASK macro.Richard Cochran1-1/+1
2015-01-03igb: convert to CYCLECOUNTER_MASK macro.Richard Cochran1-3/+2
2015-01-03e1000e: convert to CYCLECOUNTER_MASK macro.Richard Cochran1-2/+1
2015-01-03bnx2x: convert to CYCLECOUNTER_MASK macro.Richard Cochran1-1/+1
2015-01-03timecounter: provide a macro to initialize the cyclecounter mask field.Richard Cochran1-1/+4
2015-01-03MAINTAINERS: Update Open vSwitch entry.Pravin B Shelar1-1/+2
2015-01-03Merge tag 'wireless-drivers-next-for-davem-2015-01-02' of git://git.kernel.or...David S. Miller36-1337/+510
2015-01-03net: ethernet: cisco: enic: enic_dev: Remove some unused functionsRickard Strandqvist2-61/+0
2015-01-03isdn: hisax: hfc4s8s_l1: Remove some unused functionsRickard Strandqvist1-21/+0
2015-01-03net: fddi: skfp: smt.c: Remove unused functionRickard Strandqvist1-12/+0
2015-01-03net: ethernet: chelsio: cxgb3: mc5.c: Remove some unused functionsRickard Strandqvist1-16/+0
2015-01-03net: skbuff: don't zero tc members when freeing skbFlorian Westphal1-7/+0
2015-01-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller37-1778/+3082
2015-01-02geneve: Add Geneve GRO supportJoe Stringer1-2/+95
2015-01-02net: Add Transparent Ethernet Bridging GRO support.Jesse Gross3-47/+102
2015-01-02net/fsl: remove hardcoded clock setting from xgmac_mdioShaohui Xie1-14/+0
2015-01-02net/fsl: remove irq assignment from xgmac_mdioShaohui Xie1-2/+1
2015-01-02net/fsl: remove reset from xgmac_mdioShaohui Xie1-19/+0
2015-01-01Merge branch 'gmac-next'David S. Miller10-8/+633
2015-01-01GMAC: add document for Rockchip RK3288 GMACRoger Chen1-0/+67
2015-01-01ARM: dts: rockchip: enable gmac on RK3288 evb boardRoger Chen2-0/+40
2015-01-01ARM: dts: rockchip: add gmac info for rk3288Roger Chen1-0/+54
2015-01-01GMAC: modify CRU config for Rockchip RK3288 SoCs integrated GMACRoger Chen1-7/+7
2015-01-01GMAC: define clock ID used for GMACRoger Chen1-0/+3
2015-01-01GMAC: add driver for Rockchip RK3288 SoCs integrated GMACRoger Chen4-1/+462
2015-01-01igb_ptp: Include clocksource.h to get CLOCKSOURCE_MASK.David S. Miller1-0/+1
2015-01-01e1000e: Include clocksource.h to get CLOCKSOURCE_MASK.David S. Miller1-0/+1
2015-01-01Merge branch 'fib_trie-next'David S. Miller4-1071/+946
2015-01-01fib_trie: Add tracking value for suffix lengthAlexander Duyck1-6/+116
2015-01-01fib_trie: Remove checks for index >= tnode_child_length from tnode_get_childAlexander Duyck1-9/+5
2015-01-01fib_trie: inflate/halve nodes in a more RCU friendly wayAlexander Duyck1-121/+115
2015-01-01fib_trie: Push tnode flushing down to inflate/halveAlexander Duyck1-53/+50