summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: kerneldoc warning fixFabian Frederick2014-10-151-1/+1
* gianfar: Add FCS to rx buffer size (fix)Claudiu Manoil2014-10-151-1/+1
* virtio_net: fix use after freeMichael S. Tsirkin2014-10-151-1/+3
* net: fec: ptp: fix convergence issue to support LinuxPTP stackNimrod Andy2014-10-153-42/+56
* cxgb4i : Fix -Wmaybe-uninitialized warning.Anish Bhatt2014-10-151-1/+1
* net: Add ndo_gso_checkTom Herbert2014-10-154-4/+14
* stmmac: fix sti compatibililiesGiuseppe CAVALLARO2014-10-152-5/+6
* Merge branch 'cxgb4'David S. Miller2014-10-154-139/+26
|\
| * cxgb4i: Remove duplicate call to dst_neigh_lookup()Anish Bhatt2014-10-151-5/+0
| * cxgb4i : Fix -Wunused-function warningAnish Bhatt2014-10-152-0/+10
| * cxgb4 : Fix build failure in cxgb4 when ipv6 is disabled/not in-builtAnish Bhatt2014-10-152-1/+9
| * cxgb4i : Remove duplicated CLIP handling codeAnish Bhatt2014-10-152-133/+7
|/
* tcp: TCP Small Queues and strange attractorsEric Dumazet2014-10-141-7/+19
* Merge branch 'qlcnic'David S. Miller2014-10-141-3/+3
|\
| * qlcnic: Fix number of arguments in destroy tx context commandRajesh Borundia2014-10-141-1/+1
| * qlcnic: Fix programming number of arguments in a command.Rajesh Borundia2014-10-141-2/+2
|/
* genl_magic: Resolve logical-op warningsMark Rustad2014-10-141-2/+2
* net: Trap attempts to call sock_kfree_s() with a NULL pointer.David S. Miller2014-10-141-0/+2
* rds: avoid calling sock_kfree_s() on allocation failureCong Wang2014-10-141-3/+4
* cxgb4: Fix FW flash logic using ethtoolHariprasad Shenai2014-10-143-6/+16
* Merge branch 'stmmac'David S. Miller2014-10-143-211/+255
|\
| * stmmac: dwmac-sti: review the glue-logic for STi4xx and STiD127 SoCsGiuseppe CAVALLARO2014-10-142-210/+253
| * stmmac: make the STi Layer compatible to STiH407Giuseppe CAVALLARO2014-10-142-2/+3
|/
* stmmac: platform: fix FIXED_PHY support.Giuseppe CAVALLARO2014-10-141-5/+10
* dsa: mv88e6171: Fix tag_protocol checkGuenter Roeck2014-10-141-1/+1
* Merge branch 'xgene'David S. Miller2014-10-1412-21/+506
|\
| * drivers: net: xgene: Add SGMII based 1GbE ethtool supportIyappan Subramanian2014-10-141-8/+17
| * drivers: net: xgene: Add SGMII based 1GbE supportIyappan Subramanian2014-10-147-5/+453
| * drivers: net: xgene: Preparing for adding SGMII based 1GbEIyappan Subramanian2014-10-146-8/+8
| * dtb: Add SGMII based 1GbE node to APM X-Gene SoC device treeIyappan Subramanian2014-10-142-0/+28
|/
* net: filter: move common defines into bpf_common.hAlexei Starovoitov2014-10-144-55/+58
* caif_usb: use target structure member in memsetFabian Frederick2014-10-141-1/+1
* caif_usb: remove redundant memory messageFabian Frederick2014-10-141-3/+2
* caif: replace kmalloc/memset 0 by kzallocFabian Frederick2014-10-141-2/+2
* drivers: net: cpsw: remove child devices while driver detachMugunthan V N2014-10-141-0/+10
* drivers: net: davinci_cpdma: remove spinlock as SOFTIRQ-unsafe lock order det...Mugunthan V N2014-10-141-4/+0
* drivers: net: davinci_cpdma: remove kfree on objects allocated with devm_* apisMugunthan V N2014-10-141-1/+0
* tg3: Add skb->xmit_more supportPrashant Sreedharan2014-10-141-4/+6
* ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko2014-10-141-1/+1
* tcp: fix tcp_ack() performance problemEric Dumazet2014-10-141-9/+27
* Merge branch 'isdn'David S. Miller2014-10-147-81/+265
|\
| * isdn/gigaset: fix usb_gigaset write_cmd result raceTilman Schmidt2014-10-141-1/+3
| * isdn/capi: don't return NULL from capi_cmd2str()Tilman Schmidt2014-10-141-2/+7
| * isdn/capi: handle CAPI 2.0 message parser failuresTilman Schmidt2014-10-142-27/+145
| * isdn/capi: prevent NULL pointer dereference on invalid CAPI commandTilman Schmidt2014-10-141-0/+7
| * isdn/capi: refactor command/subcommand table accessesTilman Schmidt2014-10-141-5/+18
| * isdn/capi: prevent index overrun from command_2_index()Tilman Schmidt2014-10-141-0/+2
| * isdn/capi: correct capi20_manufacturer argument type mismatchTilman Schmidt2014-10-142-3/+3
| * isdn/gigaset: fix non-heap pointer deallocationTilman Schmidt2014-10-141-41/+70
| * isdn/gigaset: fix NULL pointer dereferenceTilman Schmidt2014-10-141-0/+5