summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2010-08-03l2tp: fix export of header file for userspaceJames Chapman1-0/+1
2010-08-03can-raw: Fix skb_orphan_try handlingOliver Hartkopp1-1/+3
2010-08-03Tulip: don't initialize SBE xT3E3 WAN ports.Krzysztof Hałasa1-0/+3
2010-08-03Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller1-0/+7
2010-08-03tg3: Remove 5720, 5750, and 5750MMatt Carlson1-3/+0
2010-08-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller6-3/+64
2010-07-28cgroups: Add an API to attach a task to current task's cgroupSridhar Samudrala1-0/+7
2010-07-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+2
2010-07-28ks8842: Support DMA when accessed via timberdaleRichard Röjfors1-0/+4
2010-07-25net: pskb_expand_head() optimizationEric Dumazet1-1/+2
2010-07-25sysfs: add attribute to indicate hw address assignment typeStefan Assmann2-0/+20
2010-07-23xt_quota: report initial quota value instead of current value to userspaceChangli Gao1-1/+1
2010-07-23netfilter: add xt_cpu matchEric Dumazet2-1/+13
2010-07-23netfilter: xt_ipvs (netfilter matcher for IPVS)Hannes Eder2-0/+28
2010-07-23net: RTA_MARK additionEric Dumazet1-0/+1
2010-07-23macvtap: Limit packet queue lengthHerbert Xu1-0/+2
2010-07-22CAN: Add Flexcan CAN controller driverMarc Kleine-Budde1-0/+20
2010-07-20ipv6: Make IP6CB(skb)->nhoff 16-bit.David S. Miller1-1/+1
2010-07-19net: 64bit stats for netdev_queueEric Dumazet1-3/+3
2010-07-19net: support time stamping in phy devices.Richard Cochran3-0/+57
2010-07-19net: added a BPF to help drivers detect PTP packets.Richard Cochran1-0/+126
2010-07-19net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-1/+1
2010-07-19net: add driver hook for tx time stamping.Richard Cochran1-0/+21
2010-07-16netfilter: correct CHECKSUM header and export itMichael S. Tsirkin2-3/+6
2010-07-15netfilter: add CHECKSUM targetMichael S. Tsirkin1-0/+18
2010-07-15nfnetlink_log: do not expose NFULNL_COPY_DISABLED to user-spacePablo Neira Ayuso1-1/+1
2010-07-10net: Document that dev_get_stats() returns the given pointerBen Hutchings1-2/+2
2010-07-10net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings1-42/+28
2010-07-09atm: propagate signal changes via notifierKarl Hiramoto1-0/+17
2010-07-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller4-3/+12
2010-07-08net: fix 64 bit counters on 32 bit archesEric Dumazet1-4/+8
2010-07-06net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is definedBen Hutchings1-1/+1
2010-07-04netdevice.h: Change netif_<level> macros to call netdev_<level> functionsJoe Perches1-7/+13
2010-07-04netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches1-19/+17
2010-07-04device.h drivers/base/core.c Convert dev_<level> logging macros to functionsJoe Perches1-26/+86
2010-07-04vsprintf: Recursive vsnprintf: Add "%pV", struct va_formatJoe Perches1-0/+5
2010-07-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller3-2/+6
2010-07-03linux/net.h: fix kernel-doc warningsRandy Dunlap1-2/+1
2010-07-03net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend1-0/+3
2010-07-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-0/+23
2010-07-01ethtool: Add support for control of RX flow hash indirectionBen Hutchings1-0/+15
2010-07-01ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings1-1/+1
2010-07-01mv643xx_eth: use sw csum for big packetsSaeed Bishara1-0/+5
2010-06-30eeprom_93cx6: Add support for 93c86 EEPROMs.Gertjan van Wingerde1-0/+1
2010-06-29ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings1-0/+2
2010-06-29macvlan: 64 bit rx countersEric Dumazet1-7/+12
2010-06-29net: u64_stats_fetch_begin_bh() and u64_stats_fetch_retry_bh()Eric Dumazet1-15/+44
2010-06-29net: u64_stats_sync improvementsEric Dumazet1-1/+5
2010-06-28netfilter: ipt_LOG/ip6t_LOG: add option to print decoded MAC headerPatrick McHardy2-2/+4
2010-06-26net: optimize Berkeley Packet Filter (BPF) processingHagen Paul Pfeifer1-0/+48