summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fq_codel: fix memory limitation driftEric Dumazet2016-05-161-1/+2
* net: ethernet: ftgmac100: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-05-161-14/+2
* net: ethernet: ftgmac100: use phydev from struct net_devicePhilippe Reynes2016-05-161-16/+8
* net: ethernet: gianfar: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-05-161-25/+2
* net: ethernet: gianfar: use phydev from struct net_devicePhilippe Reynes2016-05-163-32/+35
* net: also make sch_handle_egress() drop monitor readyDaniel Borkmann2016-05-161-3/+3
* net/hsr: Use setup_timer and mod_timer.Muhammad Falak R Wani2016-05-161-8/+3
* Merge branch 'qed-next'David S. Miller2016-05-165-103/+99
|\
| * qed: VFs gracefully accept lack of PMYuval Mintz2016-05-161-1/+1
| * qed: Allow more than 16 VFsYuval Mintz2016-05-161-0/+3
| * qed: Reset link on IOV disableManish Chopra2016-05-161-39/+51
| * qed: Improve VF interrupt resetYuval Mintz2016-05-164-60/+41
| * qed: Correct PF-sanity checkYuval Mintz2016-05-161-3/+3
|/
* net/mlx4_core: Fix access to uninitialized indexTariq Toukan2016-05-161-2/+2
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-05-163-2/+5
|\
| * Bluetooth: Add USB ID 13D3:3487 to ath3kLauro Costa2016-05-132-0/+3
| * Bluetooth: fix power_on vs close raceJiri Slaby2016-05-131-2/+2
* | Merge branch 'w5100-small-changes'David S. Miller2016-05-163-14/+21
|\ \
| * | net: w5100-spi: add support to specify MAC address by device treeAkinobu Mita2016-05-163-4/+8
| * | net: w5100: increase TX timeout periodAkinobu Mita2016-05-161-1/+0
| * | net: w5100: fix MAC filtering for W5500Akinobu Mita2016-05-161-4/+13
| * | net: w5100: remove unused is_w5200()Akinobu Mita2016-05-161-5/+0
|/ /
* | Merge branch 'lxt-cleanups'David S. Miller2016-05-161-17/+5
|\ \
| * | lxt: simplify lxt970_config_init()Sergei Shtylyov2016-05-161-5/+1
| * | lxt: simplify lxt97[01]_config_intr()Sergei Shtylyov2016-05-161-12/+4
|/ /
* | Merge branch 'bpf-blinding'David S. Miller2016-05-1620-136/+569
|\ \
| * | bpf, s390: add support for constant blindingDaniel Borkmann2016-05-161-17/+56
| * | bpf, arm64: add support for constant blindingDaniel Borkmann2016-05-161-12/+40
| * | bpf, x86: add support for constant blindingDaniel Borkmann2016-05-161-13/+53
| * | bpf: add generic constant blinding for use in jitsDaniel Borkmann2016-05-165-2/+270
| * | bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann2016-05-168-18/+40
| * | bpf: add bpf_patch_insn_single helperDaniel Borkmann2016-05-163-44/+83
| * | bpf, x86/arm64: remove useless checks on progDaniel Borkmann2016-05-162-6/+0
| * | bpf: split HAVE_BPF_JIT into cBPF and eBPF variantDaniel Borkmann2016-05-168-10/+18
| * | bpf: move bpf_jit_enable declarationDaniel Borkmann2016-05-162-1/+2
| * | bpf: minor cleanups in ebpf codeDaniel Borkmann2016-05-162-21/+15
|/ /
* | net: dsa: mv88e6xxx: remove bridge workVivien Didelot2016-05-162-34/+8
* | net: vrf: protect changes to private data with rcuDavid Ahern2016-05-161-23/+47
* | tcp: minor optimizations around tcp_hdr() usageEric Dumazet2016-05-163-22/+20
* | netlink: kill nla_put_u64()Nicolas Dichtel2016-05-161-12/+2
* | sock: propagate __sock_cmsg_send() errorEric Dumazet2016-05-162-4/+6
* | net: qrtr: fix build problemsArnd Bergmann2016-05-162-2/+4
* | Merge branch 'tc_flower_offload'David S. Miller2016-05-1618-195/+802
|\ \
| * | net/mlx5e: Hardware offloaded flower filter statistics supportAmir Vadai2016-05-163-7/+69
| * | net/mlx5_core: Flow counters infrastructureAmir Vadai2016-05-166-2/+255
| * | net/mlx5_core: Introduce flow steering destination of type counterAmir Vadai2016-05-166-10/+106
| * | net/mlx5_core: Firmware commands to support flow countersAmir Vadai2016-05-164-3/+173
| * | net/mlx5_core: Use a macro in mlx5_command_str()Amir Vadai2016-05-161-171/+132
| * | net/sched: cls_flower: Hardware offloaded filters statistics supportAmir Vadai2016-05-162-0/+22
| * | net/sched: act_gact: Update statistics when offloaded to hardwareAmir Vadai2016-05-161-0/+15