summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * net/sched: Enable netdev drivers to update statistics of offloaded actionsAmir Vadai2016-05-162-2/+30
|/
* Merge branch 'pxa168_eth-perf'David S. Miller2016-05-161-6/+6
|\
| * net: pxa168_eth: Use dma_wmb/rmb where appropriateJisheng Zhang2016-05-161-4/+4
| * net: pxa168_eth: use {readl|writel}_relaxed instead of readl/writelJisheng Zhang2016-05-161-2/+2
|/
* vxlan: set mac_header correctly in GPE modeJiri Benc2016-05-161-0/+1
* Merge branch 'xen-netback-control-ring'David S. Miller2016-05-166-43/+879
|\
| * xen-netback: use hash value from the frontendPaul Durrant2016-05-161-0/+27
| * xen-netback: pass hash value to the frontendPaul Durrant2016-05-162-14/+77
| * xen-netback: add control protocol implementationPaul Durrant2016-05-165-3/+502
| * xen-netback: add control ring boilerplatePaul Durrant2016-05-164-30/+277
|/
* Merge branch 'cls_u32_hw_sw'David S. Miller2016-05-163-12/+57
|\
| * net: cls_u32: Add support for skip-sw flag to tc u32 classifier.Samudrala, Sridhar2016-05-163-9/+54
| * net: sched: Move TCA_CLS_FLAGS_SKIP_HW to uapi header file.Samudrala, Sridhar2016-05-162-3/+3
|/
* Merge branch 'hv_netvsc-races'David S. Miller2016-05-164-198/+215
|\
| * hv_netvsc: set nvdev link after populating chn_tableVitaly Kuznetsov2016-05-161-11/+18
| * hv_netvsc: synchronize netvsc_change_mtu()/netvsc_set_channels() with netvsc_...Vitaly Kuznetsov2016-05-161-2/+7
| * hv_netvsc: get rid of struct net_device pointer in struct netvsc_deviceVitaly Kuznetsov2016-05-164-64/+72
| * hv_netvsc: untangle the pointer messVitaly Kuznetsov2016-05-164-122/+99
| * hv_netvsc: use start_remove flag to protect netvsc_link_change()Vitaly Kuznetsov2016-05-161-4/+17
| * hv_netvsc: move start_remove flag to net_device_contextVitaly Kuznetsov2016-05-163-6/+13
|/
* phy: add support for a reset-gpio specificationUwe Kleine-König2016-05-162-0/+11
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-05-1513-165/+330
|\
| * i40e: fix an uninitialized variable bugDan Carpenter2016-05-141-1/+1
| * i40e: Bump version from 1.5.10 to 1.5.16Bimmy Pujari2016-05-141-1/+1
| * i40e: don't add broadcast filter for VFsMitch Williams2016-05-141-8/+0
| * i40e/i40evf: properly report Rx packet hashMitch Williams2016-05-141-1/+1
| * i40e: set context to use VSI RSS LUT for SR-IOVAshish Shah2016-05-141-1/+2
| * i40e: Correct UDP packet header for non_tunnel-ipv6Akeem G Abodunrin2016-05-131-1/+1