summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-31bpf: offload: don't require rtnl for dev list manipulationJakub Kicinski1-10/+24
2017-12-30tools/bpftool: fix bpftool build with bintutils >= 2.9Roman Gushchin6-0/+86
2017-12-30tools/bpftool: use version from the kernel source treeRoman Gushchin2-11/+5
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller212-1204/+2378
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds30-121/+298
2017-12-29Merge tag 'drm-fixes-for-v4.15-rc6' of git://people.freedesktop.org/~airlied/...Linus Torvalds3-4/+5
2017-12-29Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2017-12-29Merge tag 'led_fixes_for_4.15-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2017-12-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds22-105/+208
2017-12-29Merge tag 'mlx5-shared-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller9-214/+424
2017-12-29net/mlx5: Separate ingress/egress namespaces for each vportGal Pressman4-30/+133
2017-12-29net/mlx5: Fix ingress/egress naming mistakeGal Pressman1-2/+2
2017-12-29net/mlx5e: E-Switch, Use the name of static array instead of its addressGal Pressman1-13/+13
2017-12-29net/mlx5e: E-Switch, Move send-to-vport rule struct to en_repMark Bloch3-16/+16
2017-12-29net/mlx5: E-Switch, Create generic header struct to be used by representorsMark Bloch5-44/+88
2017-12-28Merge branch 'strparser-Fix-lockdep-issue'David S. Miller2-1/+6
2017-12-28strparser: Call sock_owned_by_user_nocheckTom Herbert1-1/+1
2017-12-28sock: Add sock_owned_by_user_nocheckTom Herbert1-0/+5
2017-12-28skbuff: in skb_copy_ubufs unclone before releasing zerocopyWillem de Bruijn1-3/+3
2017-12-28Merge branch 'mlx4-misc-for-4.16'David S. Miller5-46/+63
2017-12-28net/mlx4_en: Change default QoS settingsMoni Shoua3-0/+13
2017-12-28net/mlx4_core: Cleanup FMR unmapping flowTariq Toukan1-19/+21
2017-12-28net/mlx4_en: RX csum, reorder branchesTariq Toukan1-25/+21
2017-12-28net/mlx4_en: RX csum, remove redundant branches and checksTariq Toukan1-3/+9
2017-12-28net: sched: don't set extack message in case the qdisc will be createdJiri Pirko1-3/+1
2017-12-28tipc: fix hanging poll() for stream socketsParthasarathy Bhuvaragan1-1/+1
2017-12-28Merge branch 'AVE-ethernet'David S. Miller6-0/+1813
2017-12-28net: ethernet: socionext: add AVE ethernet driverKunihiko Hayashi5-0/+1765
2017-12-28dt-bindings: net: add DT bindings for Socionext UniPhier AVEKunihiko Hayashi1-0/+48
2017-12-28cxgb4/cxgb4vf: support for XLAUI Port TypeGanesh Goudar4-2/+20
2017-12-28cxgb4: display VNI correctlyGanesh Goudar1-3/+5
2017-12-28net/mlx5e: Move ethernet representors data into separate structMark Bloch5-35/+60
2017-12-28net/mlx5: E-Switch, Create a dedicated send to vport rule deletion functionMark Bloch3-1/+7
2017-12-28net/mlx5: E-Switch, Move mlx5e only logic outside E-SwitchMark Bloch3-62/+59
2017-12-28net/mlx5: E-Switch, Simplify representor load/unload callback APIMark Bloch3-13/+12
2017-12-28net/mlx5: E-Switch, Refactor load/unload of representorsMark Bloch1-26/+40
2017-12-28net/mlx5: E-Switch, Refactor vport representors initializationMark Bloch4-19/+41
2017-12-28net: hns3: hns3_get_channels() can be statickbuild test robot1-2/+2
2017-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller17-68/+764
2017-12-28nfp: bpf: allocate vNIC priv for keeping track of the offloaded programJakub Kicinski1-1/+29
2017-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-4/+8
2017-12-28IB/mlx5: Fix mlx5_ib_alloc_mr error flowNitzan Carmi1-0/+1
2017-12-28IB/core: Verify that QP is security enabled in create and destroyMoni Shoua2-1/+5
2017-12-28IB/uverbs: Fix command checking as part of ib_uverbs_ex_modify_qp()Moni Shoua1-2/+2
2017-12-28IB/mlx5: Serialize access to the VMA listMajd Dibbiny2-0/+12
2017-12-28net/trace: fix printk format in inet_sock_set_stateYafang Shao1-2/+1
2017-12-28Merge branch 'net-zerocopy-refine'David S. Miller2-14/+24
2017-12-28tcp: do not allocate linear memory for zerocopy skbsWillem de Bruijn1-4/+7
2017-12-28tcp: place all zerocopy payload in fragsWillem de Bruijn1-4/+5
2017-12-28tcp: push full zerocopy packetsWillem de Bruijn1-1/+3