summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipvlan: fix use after free of skbSabrina Dubroca2015-11-171-1/+1
* ipvlan: fix leak in ipvlan_rcv_frameSabrina Dubroca2015-11-171-5/+7
* Merge branch 'vlan-reorder'David S. Miller2015-11-173-2/+10
|\
| * vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich2015-11-172-1/+8
| * vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich2015-11-171-1/+2
|/
* via-velocity: unconditionally drop frames with bad l2 lengthTimo Teräs2015-11-171-21/+3Star
* ipg: Remove ipg driverOndrej Zary2015-11-167-3075/+0Star
* dl2k: Add support for IP1000A-based cardsOndrej Zary2015-11-163-6/+69
* snmp: Remove duplicate OUTMCAST stat incrementNeil Horman2015-11-161-2/+0Star
* net: thunder: Check for driver data in nicvf_remove()Pavel Fedin2015-11-161-5/+8
* net/core: use netdev name in warning if no parentBjørn Mork2015-11-161-5/+8
* af_unix: don't append consumed skbs to sk_receive_queueHannes Frederic Sowa2015-11-161-0/+1
* net: switchdev: fix return code of fdb_dump stubDragos Tatulea2015-11-161-1/+1
* bnx2x: Fix VLANs null-pointer for 57710, 57711Yuval Mintz2015-11-161-1/+1
* ravb: remove unhandle int causeMasaru Nagai2015-11-161-2/+0Star
* raw: increment correct SNMP counters for ICMP messagesBen Cartwright-Cox2015-11-161-3/+5
* sfc: constify pci_error_handlers structuresJulia Lawall2015-11-161-1/+1
* net: cavium: liquidio: constify pci_error_handlers structuresJulia Lawall2015-11-161-1/+1
* Driver: Vmxnet3: Fix use of mfTableLen for big endian architecturesShrikrishna Khare2015-11-162-5/+6
* net: usb: cdc_ether: add Dell DW5580 as a mobile broadband adapterDaniele Palmas2015-11-161-0/+5
* net: fix __netdev_update_features return on ndo_set_features failureNikolay Aleksandrov2015-11-161-1/+1
* net: fix feature changes on devices without ndo_set_featuresNikolay Aleksandrov2015-11-161-0/+2
* switchdev: bridge: Check return code is not EOPNOTSUPPIdo Schimmel2015-11-162-2/+2
* be2net: replace hardcoded values with existing defineIvan Vecera2015-11-162-2/+3
* be2net: remove unused local rsstable arrayIvan Vecera2015-11-161-14/+2Star
* ravb: Fix int mask value overwritten issueMasaru Nagai2015-11-161-2/+4
* net: smsc911x: Reset PHY during initializationPavel Fedin2015-11-161-11/+6Star
* bpf, arm64: start flushing icache range from headerDaniel Borkmann2015-11-161-1/+1
* bpf, arm: start flushing icache range from headerDaniel Borkmann2015-11-161-1/+1
* bpf: samples: exclude asm/sysreg.h for arm64Yang Shi2015-11-161-2/+5
* arm64: bpf: fix JIT frame pointer setupYang Shi2015-11-161-3/+3
* net: phy: vitesse: add support for VSC8601Måns Rullgård2015-11-161-1/+15
* net: phy: at803x: support interrupt on 8030 and 8035Måns Rullgård2015-11-161-0/+4
* ip_tunnel: disable preemption when updating per-cpu tstatsJason A. Donenfeld2015-11-162-2/+4
* Merge branch 'mv88e6060-fixes'David S. Miller2015-11-162-76/+149
|\
| * net: dsa: mv88e6060: replace magic values with register definesNeil Armstrong2015-11-161-27/+37
| * net: dsa: mv88e6060: add register defines header fileNeil Armstrong2015-11-161-0/+111
| * net: dsa: mv88e6060: use the correct bit shift for mac0Neil Armstrong2015-11-161-1/+2
| * net: dsa: mv88e6060: use the correct MaxFrameSize bitNeil Armstrong2015-11-161-1/+1
| * net: dsa: mv88e6060: use the correct InitReady bitNeil Armstrong2015-11-161-1/+1
| * net: dsa: mv88e6060: remove poll_link callbackNeil Armstrong2015-11-161-49/+0Star
|/
* Merge branch 'mellanox-net-fixes'David S. Miller2015-11-166-59/+148
|\
| * net/mlx4_core: Avoid returning success in case of an error flowNoa Osherovich2015-11-161-3/+5
| * net/mlx4_core: Fix sleeping while holding spinlock at rem_slave_countersEran Ben Elisha2015-11-161-12/+27
| * net/mlx5e: Use the right DMA free function on TX pathAchiad Shochat2015-11-162-32/+43
| * net/mlx5e: Max mtu comparison fixDoron Tsur2015-11-161-0/+2
| * net/mlx5e: Added self loopback preventionTariq Toukan2015-11-162-10/+62
| * net/mlx5e: Fix inline header size calculationSaeed Mahameed2015-11-161-2/+9
|/
* ipvs: use skb_to_full_sk() helperEric Dumazet2015-11-161-8/+8
* tcp: ensure proper barriers in lockless contextsEric Dumazet2015-11-166-23/+62