summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * netfilter: nf_tables: add helper functions for expression handlingPatrick McHardy2015-04-132-5/+64
| | * uapi: ebtables: don't include linux/if.hPablo Neira Ayuso2015-04-132-3/+2
| | * netfilter: nf_tables: variable sized set element keys / dataPatrick McHardy2015-04-135-19/+23
| | * netfilter: nf_tables: support variable sized data in nft_data_init()Patrick McHardy2015-04-135-17/+30
| | * netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy2015-04-1316-48/+110
| | * netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy2015-04-1315-53/+68
| | * netfilter: nf_tables: convert sets to u32 data pointersPatrick McHardy2015-04-133-10/+8
| | * netfilter: nf_tables: kill nft_data_cmp()Patrick McHardy2015-04-134-15/+7
| | * netfilter: nf_tables: convert expressions to u32 register pointersPatrick McHardy2015-04-138-67/+63
| | * netfilter: nf_tables: use struct nft_verdict within struct nft_dataPatrick McHardy2015-04-132-22/+23
| | * netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2015-04-1329-125/+146
| | * netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy2015-04-1311-40/+62
| | * netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy2015-04-1311-77/+14
| | * netfilter: nft_lookup: use nft_validate_register_store() to validate typesPatrick McHardy2015-04-132-8/+8
| | * netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy2015-04-1310-30/+33
| | * netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy2015-04-1310-46/+97
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-1417-37/+85
| |\ \
| | * | tcp: tcp_make_synack() should clear skb->tstampEric Dumazet2015-04-091-0/+2
| | * | udptunnels: Call handle_offloads after inserting vlan tag.Jesse Gross2015-04-092-14/+14
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-04-092-7/+6
| | |\ \
| | | * | vti6: fix uninit when using x-netnsYao Xiwei2015-04-071-2/+1
| | | * | xfrm: fix xfrm_input/xfrm_tunnel_check oopsAlexey Dobriyan2015-04-071-5/+5
| | * | | usbnet: rename work handlerOliver Neukum2015-04-091-2/+2
| | * | | stmmac: devm_reset_control_get can return PROBE_DEFERPhil Reid2015-04-091-1/+1
| | * | | be2net: Fix a bug in Rx buffer postingAjit Khaparde2015-04-082-1/+2
| | * | | fou: Don't use const __read_mostlyAndi Kleen2015-04-081-2/+2
| | * | | net: phy: broadcom: Add BCM54616S phy entryAlessio Igor Bogani2015-04-083-2/+17
| | * | | Merge branch 'rds'David S. Miller2015-04-084-8/+38
| | |\ \ \
| | | * | | RDS: make sure not to loop forever inside rds_send_xmitSowmini Varadhan2015-04-083-2/+33
| | | * | | RDS: only use passive connections when addresses matchSowmini Varadhan2015-04-081-1/+1
| | | * | | RDS: Documentation: Document AF_RDS, PF_RDS and SOL_RDS correctly.Sowmini Varadhan2015-04-081-5/+4
| | |/ / /
| | * | | netem: Fixes byte backlog accounting for the first of two chained netem insta...Beshay, Joseph2015-04-071-1/+2
| | |/ /
| * | | Merge branch 'cxgb4-next'David S. Miller2015-04-142-17/+62
| |\ \ \
| | * | | cxgb4: Don't call t4_slow_intr_handler when we're not the Master PFHariprasad Shenai2015-04-142-3/+6
| | * | | cxgb4: Add comment for calculate tx flits and sge length codeHariprasad Shenai2015-04-141-1/+35
| | * | | cxgb4: Use device node in page allocationHariprasad Shenai2015-04-141-2/+4
| | * | | cxgb4: Freelist starving threshold varies from adapter to adapterHariprasad Shenai2015-04-141-10/+16
| | * | | cxgb4: Increased the value of MAX_IMM_TX_PKT_LEN from 128 to 256 bytesHariprasad Shenai2015-04-141-1/+1
| |/ / /
| * | | bgmac: drop ring->num_slotsFelix Fietkau2015-04-142-15/+15
| * | | bgmac: fix DMA rx corruptionFelix Fietkau2015-04-141-9/+18
| * | | bgmac: simplify dma init/cleanupFelix Fietkau2015-04-141-39/+40
| * | | bgmac: increase rx ring size from 511 to 512Felix Fietkau2015-04-141-1/+1
| * | | bgmac: add check for oversized packetsFelix Fietkau2015-04-141-0/+7
| * | | bgmac: simplify/optimize rx DMA error handlingFelix Fietkau2015-04-141-37/+34
| * | | bgmac: set received skb headroom to NET_SKB_PADFelix Fietkau2015-04-142-7/+11
| * | | bgmac: leave interrupts disabled as long as there is work to doFelix Fietkau2015-04-142-22/+10
| * | | bgmac: simplify tx ring index handlingFelix Fietkau2015-04-142-29/+23
| * | | toshiba: Remove celleb from Kconfig optionsDaniel Axtens2015-04-141-2/+2
| * | | hv_netvsc: Implement partial copy into send bufferHaiyang Zhang2015-04-143-19/+46
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2015-04-1387-387/+494
| |\ \ \
OpenPOWER on IntegriCloud