summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller36-579/+739
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-37/+85
2015-04-14Merge branch 'cxgb4-next'David S. Miller2-17/+62
2015-04-14cxgb4: Don't call t4_slow_intr_handler when we're not the Master PFHariprasad Shenai2-3/+6
2015-04-14cxgb4: Add comment for calculate tx flits and sge length codeHariprasad Shenai1-1/+35
2015-04-14cxgb4: Use device node in page allocationHariprasad Shenai1-2/+4
2015-04-14cxgb4: Freelist starving threshold varies from adapter to adapterHariprasad Shenai1-10/+16
2015-04-14cxgb4: Increased the value of MAX_IMM_TX_PKT_LEN from 128 to 256 bytesHariprasad Shenai1-1/+1
2015-04-14bgmac: drop ring->num_slotsFelix Fietkau2-15/+15
2015-04-14bgmac: fix DMA rx corruptionFelix Fietkau1-9/+18
2015-04-14bgmac: simplify dma init/cleanupFelix Fietkau1-39/+40
2015-04-14bgmac: increase rx ring size from 511 to 512Felix Fietkau1-1/+1
2015-04-14bgmac: add check for oversized packetsFelix Fietkau1-0/+7
2015-04-14bgmac: simplify/optimize rx DMA error handlingFelix Fietkau1-37/+34
2015-04-14bgmac: set received skb headroom to NET_SKB_PADFelix Fietkau2-7/+11
2015-04-14bgmac: leave interrupts disabled as long as there is work to doFelix Fietkau2-22/+10
2015-04-14bgmac: simplify tx ring index handlingFelix Fietkau2-29/+23
2015-04-14toshiba: Remove celleb from Kconfig optionsDaniel Axtens1-2/+2
2015-04-14hv_netvsc: Implement partial copy into send bufferHaiyang Zhang3-19/+46
2015-04-13Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller87-387/+494
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet11-386/+69
2015-04-13netfilter: Fix format string of nfnetlink_log proc fileRichard Weinberger1-1/+1
2015-04-13netfilter: Fix format string of nfnetlink_queue proc fileRichard Weinberger1-1/+1
2015-04-13netfilter: Fix portid typesRichard Weinberger2-6/+5
2015-04-13nfc: Fix portid type in urelease_workRichard Weinberger1-1/+1
2015-04-13netlink: Fix portid type in netlink_notifyRichard Weinberger1-1/+1
2015-04-13netfilter: nf_tables: get rid of the expression example codePablo Neira Ayuso1-94/+0
2015-04-13netfilter: nft_dynset: dynamic stateful expression instantiationPatrick McHardy2-4/+52
2015-04-13netfilter: nf_tables: add flag to indicate set contains expressionsPatrick McHardy3-2/+11
2015-04-13netfilter: nf_tables: mark stateful expressionsPatrick McHardy3-0/+6
2015-04-13netfilter: nf_tables: prepare for expressions associated to set elementsPatrick McHardy3-0/+18
2015-04-13netfilter: nf_tables: add helper functions for expression handlingPatrick McHardy2-5/+64
2015-04-13uapi: ebtables: don't include linux/if.hPablo Neira Ayuso2-3/+2
2015-04-13tcp: fix bogus RTT for CC when retransmissions are ackedKenneth Klette Jonassen1-6/+4
2015-04-13net: use jump label patching for ingress qdisc in __netif_receive_skb_coreDaniel Borkmann3-8/+47
2015-04-13Merge branch 'netdev_diet'David S. Miller3-29/+26
2015-04-13net_device: Reorder members to fill holesThomas Graf1-24/+21
2015-04-13e1000e: Move pm_qos_req to e1000e adapterThomas Graf3-5/+5
2015-04-13selinux/nlmsg: add a build time check for rtnl/xfrm cmdsNicolas Dichtel1-0/+3
2015-04-13netfilter: nf_tables: variable sized set element keys / dataPatrick McHardy5-19/+23
2015-04-13netfilter: nf_tables: support variable sized data in nft_data_init()Patrick McHardy5-17/+30
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy16-48/+110
2015-04-13netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy15-53/+68
2015-04-13netfilter: nf_tables: convert sets to u32 data pointersPatrick McHardy3-10/+8
2015-04-13netfilter: nf_tables: kill nft_data_cmp()Patrick McHardy4-15/+7
2015-04-13netfilter: nf_tables: convert expressions to u32 register pointersPatrick McHardy8-67/+63
2015-04-13netfilter: nf_tables: use struct nft_verdict within struct nft_dataPatrick McHardy2-22/+23
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy29-125/+146
2015-04-13netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy11-40/+62
2015-04-13netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy11-77/+14