summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-23netfilter: xt_quota: use per-rule spin lockChangli Gao1-5/+5
2010-07-23netfilter: arptables: use arp_hdr_len()Changli Gao1-4/+1
2010-07-23netfilter: nf_nat_core: merge the same linesChangli Gao1-7/+2
2010-07-23netfilter: add xt_cpu matchEric Dumazet5-1/+86
2010-07-23IPVS: make FTP work with full NAT supportHannes Eder5-59/+165
2010-07-23IPVS: make friends with nf_conntrackHannes Eder3-37/+30
2010-07-23netfilter: xt_ipvs (netfilter matcher for IPVS)Hannes Eder6-0/+229
2010-07-16netfilter: correct CHECKSUM header and export itMichael S. Tsirkin2-3/+6
2010-07-15netfilter: add CHECKSUM targetMichael S. Tsirkin4-0/+105
2010-07-15netfilter: nf_ct_tcp: fix flow recovery with TCP window tracking enabledPablo Neira Ayuso1-1/+9
2010-07-15nfnetlink_log: do not expose NFULNL_COPY_DISABLED to user-spacePablo Neira Ayuso2-1/+3
2010-07-09netfilter: xt_TPROXY: the length of lines should be within 80Changli Gao1-2/+4
2010-07-09ipvs: lvs sctp protocol handler is incorrectly invoked ip_vs_app_pkt_outXiaoyu Du1-1/+1
2010-07-05ipvs: Kconfig cleanupMichal Marek1-4/+1
2010-07-05netfilter: ipt_REJECT: avoid touching dst refEric Dumazet1-1/+1
2010-07-05netfilter: ipt_REJECT: postpone the checksum calculation.Changli Gao1-5/+5
2010-07-05netfilter: nf_conntrack_reasm: add fast path for in-order fragmentsChangli Gao1-0/+9
2010-07-04IB/{nes, ipoib}: Pass supported flags to ethtool_op_set_flags()Ben Hutchings2-2/+13
2010-07-04bnx2: Update version to 2.0.16.Michael Chan1-2/+2
2010-07-04bnx2: Dump some config space registers during TX timeout.Michael Chan1-3/+8
2010-07-04bnx2: Add support for skb->rxhash.Michael Chan2-1/+17
2010-07-04bnx2: Always enable MSI-X on 5709.Michael Chan1-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 Perches2-19/+79
2010-07-04device.h drivers/base/core.c Convert dev_<level> logging macros to functionsJoe Perches2-26/+150
2010-07-04vsprintf: Recursive vsnprintf: Add "%pV", struct va_formatJoe Perches2-0/+14
2010-07-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller22-126/+262
2010-07-02bridge: add per bridge device controls for invoking iptablesPatrick McHardy3-9/+97
2010-07-02ixgbe: use NETIF_F_LROStanislaw Gruszka1-1/+1
2010-07-02igb: Add commentGreg Rose1-0/+4
2010-07-02igb: correct link test not being run when link is downAlexander Duyck1-5/+3
2010-07-02igb: Fix Tx hangs seen when loading igb with max_vfs > 7.Emil Tantilov1-4/+1
2010-07-02igb: Use only a single Tx queue in SR-IOV modeGreg Rose1-4/+4
2010-07-02igb: fix PHY config access on 82580Nick Nunley2-0/+10
2010-07-02x86: Drop CONFIG_MCORE2 check around setting of NET_IP_ALIGNAlexander Duyck1-2/+0
2010-07-02ll_temac: add error checking to DMA init pathDenis Kirjanov1-2/+23
2010-07-02be2net: changes to properly provide phy detailsAjit Khaparde4-14/+104
2010-07-02ehea: Allocate stats buffer with GFP_KERNELBrian King1-1/+1
2010-07-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller111-7660/+3633
2010-07-01x86: Align skb w/ start of cacheline on newer core 2/Xeon ArchAlexander Duyck1-0/+9
2010-07-01ixgbe: add 1g PHY support for 82599Don Skidmore5-4/+52
2010-07-01sfc: Add support for RX flow hash controlBen Hutchings5-10/+105
2010-07-01ethtool: Add support for control of RX flow hash indirectionBen Hutchings2-0/+95
2010-07-01vmxnet3: Remove incorrect implementation of ethtool_ops::get_flags()Ben Hutchings1-7/+1
2010-07-01netdev: Make ethtool_ops::set_flags() return -EINVAL for unsupported flagsBen Hutchings4-4/+4
2010-07-01ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings10-60/+32
2010-07-01cxgb4vf: Use correct shift factor for extracting the SGE DMA Ingress Padding ...Casey Leedom1-1/+1
2010-07-01cxgb4vf: Remove obsolete comment about the lack of a TX Timer CallbackCasey Leedom1-12/+1
2010-07-01fragment: add fast path for in-order fragmentsChangli Gao3-0/+24
2010-07-01snmp: 64bit ipstats_mib for all archesEric Dumazet7-26/+167