summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet2015-09-305-7/+6Star
* tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet2015-09-305-8/+7Star
* tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet2015-09-307-14/+14
* Merge branch 'ipv4-routing-cleanups'David S. Miller2015-09-303-9/+6Star
|\
| * net: Remove martian_source_keep_err goto labelDavid Ahern2015-09-301-4/+2Star
| * net: Swap ordering of tests in ip_route_input_mcAlexander Duyck2015-09-301-3/+2Star
| * net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcuAlexander Duyck2015-09-302-2/+2
|/
* RESEND: [PATCH v3 net-next] sky2: use random address if EEPROM is badLiviu Dudau2015-09-301-0/+12
* netpoll: Drop budget parameter from NAPI polling call hierarchyAlexander Duyck2015-09-291-12/+11Star
* bridge: vlan: add per-vlan struct and move to rhashtablesNikolay Aleksandrov2015-09-299-460/+732
* Merge branch 'mvneta_percpu_irq'David S. Miller2015-09-293-113/+226
|\
| * net: mvneta: Statically assign queues to CPUsMaxime Ripard2015-09-291-1/+142
| * net: mvneta: Allow different queuesMaxime Ripard2015-09-291-69/+11Star
| * net: mvneta: Handle per-cpu interruptsMaxime Ripard2015-09-291-29/+62
| * net: mvneta: Fix CPU_MAP registers initialisationMaxime Ripard2015-09-291-1/+1
| * irqchip: armada-370-xp: Rework per-cpu interrupts handlingMaxime Ripard2015-09-291-10/+4Star
| * irq: Export per-cpu irq allocation and de-allocation functionsMaxime Ripard2015-09-291-0/+2
| * genirq: Fix the documentation of request_percpu_irqMaxime Ripard2015-09-291-3/+4
|/
* net: help compiler generate better code in eth_get_headlenJesper Dangaard Brouer2015-09-291-1/+1
* tcp: Fix CWV being too strict on thin streamsBendik Rønning Opstad2015-09-291-2/+2
* cxgb4: Add HW timesptamp support for RXHariprasad Shenai2015-09-295-3/+81
* net: Fix Hisilicon Network Subsystem Support Compilationhuangdaode2015-09-296-25/+7Star
* net: irda: pxaficp_ir: dmaengine conversionRobert Jarzmik2015-09-291-47/+102
* net: irda: pxaficp_ir: convert to readl and writelRobert Jarzmik2015-09-291-84/+126
* net: irda: pxaficp_ir: use sched_clock() for time managementRobert Jarzmik2015-09-291-8/+7Star
* net: fec: Remove unneeded FEATURES_NEED_QUIESCE definitionFabio Estevam2015-09-291-2/+1Star
* net: Remove redundant oif checks in rt6_device_matchDavid Ahern2015-09-291-3/+3
* lan78xx: Return 0 when lan78xx_suspend() has no error.Woojung.Huh@microchip.com2015-09-291-1/+1
* Merge branch 'mlx5-next'David S. Miller2015-09-2913-209/+262
|\
| * net/mlx5_core: Update health syndromesEli Cohen2015-09-291-0/+9
| * net/mlx5_core: Fix wrong name in structEli Cohen2015-09-292-2/+2
| * net/mlx5_core: New init and exit flow for mlx5_coreMajd Dibbiny2015-09-297-153/+194
| * net/mlx5_core: Fix notification of page supplement errorEli Cohen2015-09-291-26/+37
| * net/mlx5_core: Fix async commands return codeEli Cohen2015-09-291-0/+1
| * net/mlx5_core: Remove redundant "err" variable usageAchiad Shochat2015-09-291-24/+11Star
| * net/mlx5_core: Fix struct type in the DESTROY_TIR/TIS device commandsSaeed Mahameed2015-09-291-2/+2
| * net/mlx5e: Priv state flag not rolled-back upon netdev open errorAchiad Shochat2015-09-291-2/+6
|/
* tools: bpf_jit_disasm: make get_last_jit_image return unsignedAndrzej Hajda2015-09-291-2/+2
* tcp: avoid reorders for TFO passive connectionsEric Dumazet2015-09-293-28/+34
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-09-299-355/+296Star
|\
| * igb: assume MSI-X interrupts during initializationStefan Assmann2015-09-291-0/+3
| * i40e: Fix for recursive RTNL lock during PROMISC changeAnjali Singhai2015-09-294-14/+19
| * i40e: Fix RS bit update in Tx path and disable force WB workaroundAnjali Singhai2015-09-292-44/+87
| * i40e: add GRE tunnel type to csum encodingShannon Nelson2015-09-291-0/+3
| * i40e/i40evf: refactor tx timeout logicKiran Patil2015-09-296-287/+173Star
| * i40e: Move i40e_get_head into header fileKiran Patil2015-09-292-13/+14
|/
* bridge: Allow forward delay to be cfgd when STP enabledIan Wilson2015-09-281-9/+4Star
* Merge branch 'vxlan-ipv4-ipv6'David S. Miller2015-09-273-63/+121
|\
| * vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc2015-09-273-42/+103
| * vxlan: make vxlan_sock_add and vxlan_sock_release complementaryJiri Benc2015-09-271-28/+25Star
|/