summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-05-16mISDN: Implement MISDN_CTRL_FILL_EMPTY for more driversKarsten Keil1-1/+3
2012-05-16mISDN: Allow to set a minimum length for transparent dataKarsten Keil2-4/+18
2012-05-16mISDN: Reduce RX buffer allocation for transparent dataKarsten Keil1-0/+1
2012-05-16mISDN: Early confirm for transparent dataKarsten Keil1-1/+0
2012-05-16mac802154: monitor device supportalex.bluesman.smirnov@gmail.com3-0/+23
2012-05-16ieee802154: interface type to be addedalex.bluesman.smirnov@gmail.com2-1/+7
2012-05-16mac802154: declare reduced mlme operationsalex.bluesman.smirnov@gmail.com1-5/+20
2012-05-16mac802154: RX data pathalex.bluesman.smirnov@gmail.com2-0/+5
2012-05-16mac802154: allocation of ieee802154 devicealex.bluesman.smirnov@gmail.com1-0/+7
2012-05-16mac802154: basic ieee802.15.4 device structuresalex.bluesman.smirnov@gmail.com1-0/+126
2012-05-16Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller10-601/+2
2012-05-16netdev/phy: Make get_phy_id() static and quit EXPORTing it.David Daney1-1/+0
2012-05-15tokenring: delete all remaining driver supportPaul Gortmaker4-514/+0
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker5-80/+2
2012-05-15atm: remove the coupling to token ring supportPaul Gortmaker1-7/+0
2012-05-15xfrm: Convert several xfrm policy match functions to bool.David S. Miller1-6/+6
2012-05-15net: Add net_ratelimited_function and net_<level>_ratelimited macrosJoe Perches1-0/+23
2012-05-15linux/ethtool: Added macro ETH_FW_DUMP_DISABLEManish chopra1-1/+6
2012-05-14stmmac: add mixed burst for DMAGiuseppe CAVALLARO1-0/+1
2012-05-14codel: use u16 field instead of 31bits for rec_inv_sqrtEric Dumazet1-10/+15
2012-05-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller3-0/+38
2012-05-12etherdevice: Remove now unused compare_ether_addr_64bitsJoe Perches1-33/+13
2012-05-12fq_codel: Fair Queue Codel AQMEric Dumazet1-0/+54
2012-05-12codel: use Newton method instead of sqrt() and dividesEric Dumazet1-31/+37
2012-05-12usb/net: rndis: move bus message definitionLinus Walleij1-6/+5
2012-05-12usb/net: rndis: fixup a few name prefixesLinus Walleij1-55/+52
2012-05-12usb/net: rndis: merge command codesLinus Walleij1-17/+0
2012-05-12usb/net: rndis: move and namespace PnP definesLinus Walleij1-15/+12
2012-05-12usb/net: rndis: delete duplicate packet typesLinus Walleij1-13/+0
2012-05-12usb/net: rndis: merge media type definitionsLinus Walleij1-38/+22
2012-05-12usb/net: rndis: group all status codes togetherLinus Walleij1-81/+76
2012-05-12usb/net: rndis: delete surplus definesLinus Walleij1-4/+0
2012-05-12usb/net: rndis: merge duplicate 802_* OIDsLinus Walleij1-49/+27
2012-05-12usb/net: rndis: eliminate first set of duplicate OIDsLinus Walleij1-85/+23
2012-05-12usb/net: rndis: remove ambigous status codesLinus Walleij1-28/+3
2012-05-12usb/net: rndis: break out <linux/rndis.h> definesLinus Walleij2-64/+563
2012-05-12usb/net: rndis: inline the cpu_to_le32() macroLinus Walleij1-42/+42
2012-05-10codel: Controlled Delay AQMEric Dumazet2-0/+358
2012-05-10etherdevice.h: Add ether_addr_equal_64bitsJoe Perches1-0/+20
2012-05-10tcp: Move rcvq sending to tcp_input.cPavel Emelyanov1-2/+1
2012-05-09Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller1-0/+33
2012-05-10ethtool: Extend the ethtool API to obtain plugin module eeprom dataStuart Hodgson1-0/+33
2012-05-09etherdevice.h: Add ether_addr_equalJoe Perches1-0/+12
2012-05-09netfilter: hashlimit: byte-based limit modeFlorian Westphal1-1/+9
2012-05-09netfilter: add xt_hmark target for hash-based skb markingHans Schillstrom1-0/+45
2012-05-09netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()Hans Schillstrom1-1/+6
2012-05-08{nl,cfg,mac}80211: Allow user to see/configure HT protection modeAshok Nagarajan2-0/+4
2012-05-08mac80211: Framework to get wifi-driver stats via ethtool.Ben Greear1-0/+17
2012-05-08cfg80211: Add framework to support ethtool stats.Ben Greear1-0/+17
2012-05-08Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller9-92/+96