summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-034-5/+17
|\
| * Merge tag 'mlx5-fixes-2017-06-28' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-07-014-5/+17
| |\
| | * net/mlx5e: Fix TX carrier errors report in get stats ndoGal Pressman2017-06-271-2/+0
| | * net/mlx5: Cancel delayed recovery work when unloading the driverMohamad Haj Yahia2017-06-273-2/+16
| | * net/mlx5: Fix driver load error flow when firmware is stuckGal Pressman2017-06-271-1/+1
* | | net: make sk_ehashfn() staticEric Dumazet2017-07-032-2/+1
* | | net: avoid one splat in fib_nl_delrule()Eric Dumazet2017-07-031-1/+1
* | | mlx4_en: make mlx4_log_num_mgm_entry_size staticZhu Yanjun2017-07-032-2/+1
* | | net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys2017-07-031-1/+1
* | | netxen_nic: Remove unused pointer hdr in netxen_setup_minidump()Christos Gkekas2017-07-031-3/+0
* | | Merge branch 'vxlan-geneve-fix-hlist-corruption'David S. Miller2017-07-033-28/+62
|\ \ \
| * | | geneve: fix hlist corruptionJiri Benc2017-07-031-16/+32
| * | | vxlan: fix hlist corruptionJiri Benc2017-07-032-12/+30
|/ / /
* | | net/mlxfw: Properly handle dependancy with non-loadable mlx5Or Gerlitz2017-07-031-1/+1
* | | iucv: Convert sk_wmem_alloc accesses to refcount_t.David S. Miller2017-07-031-1/+1
* | | ctcm_fsms: Convert skb->user accesses to refcount_tDavid S. Miller2017-07-031-6/+6
* | | Merge branch 'bpf-misc-helper-verifier-improvements'David S. Miller2017-07-0310-208/+604
|\ \ \
| * | | bpf: add various test cases for verifier selftestDaniel Borkmann2017-07-031-0/+165
| * | | bpf, verifier: add additional patterns to evaluate_reg_imm_aluJohn Fastabend2017-07-031-0/+62
| * | | bpf: extend bpf_trace_printk to support %iJohn Fastabend2017-07-031-3/+4
| * | | bpf: export whether tail call has jited ownerDaniel Borkmann2017-07-031-1/+6
| * | | bpf: simplify narrower ctx accessDaniel Borkmann2017-07-035-195/+209
| * | | bpf: add bpf_skb_adjust_room helperDaniel Borkmann2017-07-033-7/+151
| * | | bpf, net: add skb_mac_header_len helperDaniel Borkmann2017-07-032-2/+7
|/ / /
* | | net: cdc_mbim: apply "NDP to end" quirk to HP lt4132Tore Anderson2017-07-031-0/+7
* | | Documentation: fix wrong example commandMatteo Croce2017-07-031-2/+2
* | | vxlan: correctly set vxlan->net when creating the device in a netnsSabrina Dubroca2017-07-031-3/+6
* | | Merge branch 'hns-phy-loopback'David S. Miller2017-07-035-71/+92
|\ \ \
| * | | net: hns: Use phy_driver to setup Phy loopbackLin Yun Sheng2017-07-032-71/+35
| * | | net: phy: Add phy loopback support in net phy frameworkLin Yun Sheng2017-07-033-0/+57
|/ / /
* | | net/mlx5: fix memcpy limit?Stephen Rothwell2017-07-031-1/+1
* | | ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca2017-07-031-9/+9
* | | net: cdc_ncm: Reduce memory use when kernel memory lowJim Baxter2017-07-032-12/+45
* | | Merge branch 'qed-Add-iWARP-support-for-QL4xxxx'David S. Miller2017-07-0318-100/+3008
|\ \ \
| * | | qed: Add iWARP support for physical queue allocationKalderon, Michal2017-07-031-0/+4
| * | | qed: Add iWARP protocol support in context allocationKalderon, Michal2017-07-031-2/+11
| * | | qed: iWARP CM add error handlingKalderon, Michal2017-07-032-2/+190
| * | | qed: iWARP implement disconnect flowsKalderon, Michal2017-07-032-1/+91
| * | | qed: iWARP CM add active side connectKalderon, Michal2017-07-034-12/+265
| * | | qed: iWARP CM add passive side connectKalderon, Michal2017-07-039-20/+1039
| * | | qed: iWARP CM add listener functions and initial SYN processingKalderon, Michal2017-07-034-3/+343
| * | | qed: iWARP CM - setup a ll2 connection for handling SYN packetsKalderon, Michal2017-07-032-3/+220
| * | | qed: Add iWARP support in ll2 connectionsKalderon, Michal2017-07-032-2/+12
| * | | qed: Rename some ll2 related definesKalderon, Michal2017-07-033-17/+16
| * | | qed: Implement iWARP initialization, teardown and qp operationsKalderon, Michal2017-07-0311-40/+803
| * | | qed: Introduce iWARP personalityKalderon, Michal2017-07-037-27/+43
|/ / /
* | | bpf: fix to bpf_setsockopsLawrence Brakmo2017-07-021-2/+1
* | | Merge branch 'bpf-Add-support-for-sock_ops'David S. Miller2017-07-0125-26/+1218
|\ \ \
| * | | bpf: update tools/include/uapi/linux/bpf.hLawrence Brakmo2017-07-011-1/+65
| * | | bpf: Sample bpf program to set sndcwnd clampLawrence Brakmo2017-07-012-0/+103