summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2012-05-211-22/+0
|\
| * m68k/video: Create <asm/vga.h>Geert Uytterhoeven2012-04-221-22/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-05-21117-1371/+2812
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-204-7/+5
| |\ \
| * | | net: introduce skb_try_coalesce()Eric Dumazet2012-05-191-0/+5
| * | | net: napi_frags_skb() is staticEric Dumazet2012-05-191-1/+0
| * | | ipv6: bool/const conversions phase2Eric Dumazet2012-05-194-12/+12
| * | | net: introduce netdev_alloc_frag()Eric Dumazet2012-05-181-24/+18
| * | | ipv6: bool conversions phase1Eric Dumazet2012-05-181-15/+15
| * | | ip_frag: struct inet_frags match() method returns a boolEric Dumazet2012-05-182-3/+2
| * | | net: Remove netdevice ec_ptr, no longer used.David S. Miller2012-05-181-1/+0
| * | | econet: remove ancient bug ridden protocolStephen Hemminger2012-05-182-69/+0
| * | | lapb: Neaten debuggingJoe Perches2012-05-171-0/+6
| * | | ipv6: correct the ipv6 option name - Pad0 to Pad1Eldad Zack2012-05-171-1/+1
| * | | etherdevice: fix commentsstephen hemminger2012-05-171-8/+6
| * | | tcp: bool conversionsEric Dumazet2012-05-171-28/+28
| * | | net: include/net/sock.h cleanupEric Dumazet2012-05-171-77/+74
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-169-16/+61
| |\ \ \
| * | | | netfilter: ipset: fix timeout value overflow bugJozsef Kadlecsik2012-05-171-0/+4
| * | | | netfilter: xt_hashlimit: use _ALL macro to reject unknown flag bitsFlorian Westphal2012-05-171-2/+4
| * | | | net: sock_flag() cleanupEric Dumazet2012-05-161-1/+1
| * | | | fq_codel: should use qdisc backlog as thresholdEric Dumazet2012-05-161-8/+7
| * | | | mISDN: Implement MISDN_CTRL_RX_OFF for more driversKarsten Keil2012-05-161-0/+3
| * | | | mISDN: Implement MISDN_CTRL_FILL_EMPTY for more driversKarsten Keil2012-05-161-1/+3
| * | | | mISDN: Allow to set a minimum length for transparent dataKarsten Keil2012-05-162-4/+18
| * | | | mISDN: Reduce RX buffer allocation for transparent dataKarsten Keil2012-05-161-0/+1
| * | | | mISDN: Early confirm for transparent dataKarsten Keil2012-05-161-1/+0
| * | | | mac802154: monitor device supportalex.bluesman.smirnov@gmail.com2012-05-163-0/+23
| * | | | ieee802154: interface type to be addedalex.bluesman.smirnov@gmail.com2012-05-162-1/+7
| * | | | mac802154: declare reduced mlme operationsalex.bluesman.smirnov@gmail.com2012-05-161-5/+20
| * | | | mac802154: RX data pathalex.bluesman.smirnov@gmail.com2012-05-162-0/+5
| * | | | mac802154: allocation of ieee802154 devicealex.bluesman.smirnov@gmail.com2012-05-161-0/+7
| * | | | mac802154: basic ieee802.15.4 device structuresalex.bluesman.smirnov@gmail.com2012-05-161-0/+126
| * | | | Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2012-05-1610-601/+2
| |\ \ \ \
| | * | | | tokenring: delete all remaining driver supportPaul Gortmaker2012-05-154-514/+0
| | * | | | net: delete all instances of special processing for token ringPaul Gortmaker2012-05-155-80/+2
| | * | | | atm: remove the coupling to token ring supportPaul Gortmaker2012-05-151-7/+0
| * | | | | netdev/phy: Make get_phy_id() static and quit EXPORTing it.David Daney2012-05-161-1/+0
| * | | | | xfrm: Convert several xfrm policy match functions to bool.David S. Miller2012-05-151-6/+6
| |/ / / /
| * | | | net: Add net_ratelimited_function and net_<level>_ratelimited macrosJoe Perches2012-05-151-0/+23
| * | | | linux/ethtool: Added macro ETH_FW_DUMP_DISABLEManish chopra2012-05-151-1/+6
| * | | | stmmac: add mixed burst for DMAGiuseppe CAVALLARO2012-05-141-0/+1
| * | | | codel: use u16 field instead of 31bits for rec_inv_sqrtEric Dumazet2012-05-141-10/+15
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-05-143-0/+38
| |\ \ \ \
| | * | | | {nl,cfg,mac}80211: Allow user to see/configure HT protection modeAshok Nagarajan2012-05-082-0/+4
| | * | | | mac80211: Framework to get wifi-driver stats via ethtool.Ben Greear2012-05-081-0/+17
| | * | | | cfg80211: Add framework to support ethtool stats.Ben Greear2012-05-081-0/+17
| * | | | | etherdevice: Remove now unused compare_ether_addr_64bitsJoe Perches2012-05-121-33/+13
| * | | | | fq_codel: Fair Queue Codel AQMEric Dumazet2012-05-121-0/+54
| * | | | | codel: use Newton method instead of sqrt() and dividesEric Dumazet2012-05-121-31/+37