summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: bpf: fix compiler warnings in test_bpfAlexei Starovoitov2014-09-221-2/+2
* net: sched: cls_u32 changes to knode must appear atomic to readersJohn Fastabend2014-09-221-9/+126
* net: cls_u32: fix missed pcpu_success free_percpuJohn Fastabend2014-09-221-0/+13
* bonding: remove the unnecessary notes for bond_xmit_broadcast()dingtianhong2014-09-221-1/+0
* bonding: slight optimization for bond_xmit_roundrobin()dingtianhong2014-09-221-1/+1
* udp: Need to make ip6_udp_tunnel.c have GPL licenseTom Herbert2014-09-221-0/+2
* Merge branch 'be2net-next'David S. Miller2014-09-225-41/+90
|\
| * be2net: fix alignment on line wrapKalesh AP2014-09-223-10/+11
| * be2net: remove multiple assignments on a single lineKalesh AP2014-09-223-8/+12
| * be2net: remove space after typecastsKalesh AP2014-09-222-5/+5
| * be2net: remove unnecessary blank lines after an open braceKalesh AP2014-09-222-5/+0
| * be2net: insert a blank line after function/struct//enum definitionsKalesh AP2014-09-222-0/+5
| * be2net: remove multiple blank linesKalesh AP2014-09-223-4/+0
| * be2net: add blank line after declarationsKalesh AP2014-09-224-0/+38
| * be2net: remove return statements for void functionsKalesh AP2014-09-222-5/+0
| * be2net: add speed reporting for 20G-KR interfaceVasundhara Volam2014-09-222-0/+8
| * be2net: add speed reporting for 40G/KR interfaceKalesh AP2014-09-221-0/+7
| * be2net: fix sparse warnings in be_cmd_req_port_type{}Suresh Reddy2014-09-221-2/+2
| * be2net: fix a sparse warning in be_cmd_modify_eqd()Kalesh AP2014-09-221-2/+2
|/
* net: keep original skb which only needs header checking during software GSOJason Wang2014-09-221-3/+5
* net: fec: fix code identationNimrod Andy2014-09-221-1/+1
* Merge branch 'dsa-suspend'David S. Miller2014-09-226-0/+296
|\
| * net: dsa: bcm_sf2: add support for Wake-on-LANFlorian Fainelli2014-09-222-0/+61
| * net: dsa: add {get, set}_wol callbacks to slave devicesFlorian Fainelli2014-09-222-0/+31
| * net: dsa: bcm_sf2: add suspend/resume callbacksFlorian Fainelli2014-09-221-0/+85
| * net: dsa: allow switch drivers to implement suspend/resume hooksFlorian Fainelli2014-09-224-0/+119
|/
* Merge branch 'qlge'David S. Miller2014-09-222-5/+5
|\
| * Update qlge driver maintainers listHarish Patil2014-09-221-3/+3
| * qlge: Fix compilation warningHarish Patil2014-09-221-2/+2
|/
* am2150: Update nmclan_cs.c to use update PCMCIA APIJeff Kirsher2014-09-221-1/+1
* udp_tunnel: Only build ip6_udp_tunnel.c when IPV6 is selectedAndy Zhou2014-09-191-1/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-09-195-88/+83
|\
| * ixgbe: remove IXGBE_FLAG_MSI(X)_CAPABLE flagsJacob Keller2014-09-181-2/+0
| * ixgbe: add warnings for other disabled features without MSI-X supportJacob Keller2014-09-181-2/+5
| * ixgbe: use e_dev_warn instead of netif_printkJacob Keller2014-09-181-7/+5
| * ixgbe: use e_dev_warn instead of e_err for displaying warningJacob Keller2014-09-181-2/+2
| * ixgbe: determine vector count inside ixgbe_acquire_msix_vectorsJacob Keller2014-09-181-37/+37
| * ixgbe: move msix_entries allocation into ixgbe_acquire_msix_vectorsJacob Keller2014-09-181-11/+13
| * ixgbe: return integer from ixgbe_acquire_msix_vectorsJacob Keller2014-09-181-14/+18
| * ixgbe: use e_dev_warn instead of netif_printkJacob Keller2014-09-181-5/+5
| * ixgbe: Do not schedule an uninitialized workqueue entryMark Rustad2014-09-181-3/+4
| * ixgbe: remove useless bd_number from adapter structEthan Zhao2014-09-182-6/+0
| * ixgbevf: remove useless bd_number from struct ixgbevf_adapterEthan Zhao2014-09-182-5/+0
* | Merge branch 'mlx4-next'David S. Miller2014-09-1910-22/+138
|\ \
| * | net/mlx4_en: Add mlx4_en_get_cqe helperIdo Shamay2014-09-194-4/+11
| * | net/mlx4_core: Cache line EQE size supportIdo Shamay2014-09-191-11/+19
| * | net/mlx4_core: Enable CQE/EQE stride supportIdo Shamay2014-09-195-7/+108
|/ /
* | net: fix sparse warnings in SNMP_UPD_PO_STATS(_BH)Sabrina Dubroca2014-09-191-6/+2
* | Merge branch 'fou-next'David S. Miller2014-09-1914-20/+802
|\ \
| * | gre: Setup and TX path for gre/UDP foo-over-udp encapsulationTom Herbert2014-09-192-5/+89