aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/output.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-29net: Remove martian_source_keep_err goto labelDavid Ahern1-4/+2
2015-09-29net: Swap ordering of tests in ip_route_input_mcAlexander Duyck1-3/+2
2015-09-29net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcuAlexander Duyck2-2/+2
2015-09-29RESEND: [PATCH v3 net-next] sky2: use random address if EEPROM is badLiviu Dudau1-0/+12
2015-09-29netpoll: Drop budget parameter from NAPI polling call hierarchyAlexander Duyck1-12/+11
2015-09-29bridge: vlan: add per-vlan struct and move to rhashtablesNikolay Aleksandrov9-460/+732
2015-09-29net: mvneta: Statically assign queues to CPUsMaxime Ripard1-1/+142
2015-09-29net: mvneta: Allow different queuesMaxime Ripard1-69/+11
2015-09-29net: mvneta: Handle per-cpu interruptsMaxime Ripard1-29/+62
2015-09-29net: mvneta: Fix CPU_MAP registers initialisationMaxime Ripard1-1/+1
2015-09-29irqchip: armada-370-xp: Rework per-cpu interrupts handlingMaxime Ripard1-10/+4
2015-09-29irq: Export per-cpu irq allocation and de-allocation functionsMaxime Ripard1-0/+2
2015-09-29genirq: Fix the documentation of request_percpu_irqMaxime Ripard1-3/+4
2015-09-28net: help compiler generate better code in eth_get_headlenJesper Dangaard Brouer1-1/+1
2015-09-28tcp: Fix CWV being too strict on thin streamsBendik Rønning Opstad1-2/+2
2015-09-28cxgb4: Add HW timesptamp support for RXHariprasad Shenai5-3/+81
2015-09-28net: Fix Hisilicon Network Subsystem Support Compilationhuangdaode6-25/+7
2015-09-28net: irda: pxaficp_ir: dmaengine conversionRobert Jarzmik1-47/+102
2015-09-28net: irda: pxaficp_ir: convert to readl and writelRobert Jarzmik1-84/+126
2015-09-28net: irda: pxaficp_ir: use sched_clock() for time managementRobert Jarzmik1-8/+7
2015-09-28net: fec: Remove unneeded FEATURES_NEED_QUIESCE definitionFabio Estevam1-2/+1
2015-09-28net: Remove redundant oif checks in rt6_device_matchDavid Ahern1-3/+3
2015-09-28lan78xx: Return 0 when lan78xx_suspend() has no error.Woojung.Huh@microchip.com1-1/+1
2015-09-28net/mlx5_core: Update health syndromesEli Cohen1-0/+9
2015-09-28net/mlx5_core: Fix wrong name in structEli Cohen2-2/+2
2015-09-28net/mlx5_core: New init and exit flow for mlx5_coreMajd Dibbiny7-153/+194
2015-09-28net/mlx5_core: Fix notification of page supplement errorEli Cohen1-26/+37
2015-09-28net/mlx5_core: Fix async commands return codeEli Cohen1-0/+1
2015-09-28net/mlx5_core: Remove redundant "err" variable usageAchiad Shochat1-24/+11
2015-09-28net/mlx5_core: Fix struct type in the DESTROY_TIR/TIS device commandsSaeed Mahameed1-2/+2
2015-09-28net/mlx5e: Priv state flag not rolled-back upon netdev open errorAchiad Shochat1-2/+6
2015-09-28tools: bpf_jit_disasm: make get_last_jit_image return unsignedAndrzej Hajda1-2/+2
2015-09-28tcp: avoid reorders for TFO passive connectionsEric Dumazet3-28/+34
2015-09-28igb: assume MSI-X interrupts during initializationStefan Assmann1-0/+3
2015-09-28i40e: Fix for recursive RTNL lock during PROMISC changeAnjali Singhai4-14/+19
2015-09-28i40e: Fix RS bit update in Tx path and disable force WB workaroundAnjali Singhai2-44/+87
2015-09-28i40e: add GRE tunnel type to csum encodingShannon Nelson1-0/+3
2015-09-28i40e/i40evf: refactor tx timeout logicKiran Patil6-287/+173
2015-09-28i40e: Move i40e_get_head into header fileKiran Patil2-13/+14
2015-09-27bridge: Allow forward delay to be cfgd when STP enabledIan Wilson1-9/+4
2015-09-26vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc3-42/+103
2015-09-26vxlan: make vxlan_sock_add and vxlan_sock_release complementaryJiri Benc1-28/+25
2015-09-268139cp: Fix GSO MSS handlingDavid Woodhouse1-2/+18
2015-09-268139cp: Enable offload features by defaultDavid Woodhouse1-2/+2
2015-09-25net: Fix panic in icmp_route_lookupDavid Ahern1-2/+2
2015-09-25net: update docbook comment for __mdiobus_register()Russell King1-2/+5
2015-09-25inet: constify inet_rtx_syn_ack() sock argumentEric Dumazet2-2/+2
2015-09-25tcp/dccp: constify rtx_synack() and friendsEric Dumazet5-5/+5
2015-09-25dccp: constify dccp_make_response() socket argumentEric Dumazet2-7/+12
2015-09-25tcp: constify tcp_v{4|6}_send_synack() socket argumentEric Dumazet3-3/+3