Age | Commit message (Expand) | Author | Files | Lines |
2017-12-31 | bpf: offload: don't require rtnl for dev list manipulation | Jakub Kicinski | 1 | -10/+24 |
2017-12-30 | tools/bpftool: fix bpftool build with bintutils >= 2.9 | Roman Gushchin | 6 | -0/+86 |
2017-12-30 | tools/bpftool: use version from the kernel source tree | Roman Gushchin | 2 | -11/+5 |
2017-12-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 212 | -1204/+2378 |
2017-12-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 30 | -121/+298 |
2017-12-29 | Merge tag 'drm-fixes-for-v4.15-rc6' of git://people.freedesktop.org/~airlied/... | Linus Torvalds | 3 | -4/+5 |
2017-12-29 | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+2 |
2017-12-29 | Merge tag 'led_fixes_for_4.15-rc6' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2017-12-29 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 22 | -105/+208 |
2017-12-29 | Merge tag 'mlx5-shared-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/g... | David S. Miller | 9 | -214/+424 |
2017-12-29 | net/mlx5: Separate ingress/egress namespaces for each vport | Gal Pressman | 4 | -30/+133 |
2017-12-29 | net/mlx5: Fix ingress/egress naming mistake | Gal Pressman | 1 | -2/+2 |
2017-12-29 | net/mlx5e: E-Switch, Use the name of static array instead of its address | Gal Pressman | 1 | -13/+13 |
2017-12-29 | net/mlx5e: E-Switch, Move send-to-vport rule struct to en_rep | Mark Bloch | 3 | -16/+16 |
2017-12-29 | net/mlx5: E-Switch, Create generic header struct to be used by representors | Mark Bloch | 5 | -44/+88 |
2017-12-28 | Merge branch 'strparser-Fix-lockdep-issue' | David S. Miller | 2 | -1/+6 |
2017-12-28 | strparser: Call sock_owned_by_user_nocheck | Tom Herbert | 1 | -1/+1 |
2017-12-28 | sock: Add sock_owned_by_user_nocheck | Tom Herbert | 1 | -0/+5 |
2017-12-28 | skbuff: in skb_copy_ubufs unclone before releasing zerocopy | Willem de Bruijn | 1 | -3/+3 |
2017-12-28 | Merge branch 'mlx4-misc-for-4.16' | David S. Miller | 5 | -46/+63 |
2017-12-28 | net/mlx4_en: Change default QoS settings | Moni Shoua | 3 | -0/+13 |
2017-12-28 | net/mlx4_core: Cleanup FMR unmapping flow | Tariq Toukan | 1 | -19/+21 |
2017-12-28 | net/mlx4_en: RX csum, reorder branches | Tariq Toukan | 1 | -25/+21 |
2017-12-28 | net/mlx4_en: RX csum, remove redundant branches and checks | Tariq Toukan | 1 | -3/+9 |
2017-12-28 | net: sched: don't set extack message in case the qdisc will be created | Jiri Pirko | 1 | -3/+1 |
2017-12-28 | tipc: fix hanging poll() for stream sockets | Parthasarathy Bhuvaragan | 1 | -1/+1 |
2017-12-28 | Merge branch 'AVE-ethernet' | David S. Miller | 6 | -0/+1813 |
2017-12-28 | net: ethernet: socionext: add AVE ethernet driver | Kunihiko Hayashi | 5 | -0/+1765 |
2017-12-28 | dt-bindings: net: add DT bindings for Socionext UniPhier AVE | Kunihiko Hayashi | 1 | -0/+48 |
2017-12-28 | cxgb4/cxgb4vf: support for XLAUI Port Type | Ganesh Goudar | 4 | -2/+20 |
2017-12-28 | cxgb4: display VNI correctly | Ganesh Goudar | 1 | -3/+5 |
2017-12-28 | net/mlx5e: Move ethernet representors data into separate struct | Mark Bloch | 5 | -35/+60 |
2017-12-28 | net/mlx5: E-Switch, Create a dedicated send to vport rule deletion function | Mark Bloch | 3 | -1/+7 |
2017-12-28 | net/mlx5: E-Switch, Move mlx5e only logic outside E-Switch | Mark Bloch | 3 | -62/+59 |
2017-12-28 | net/mlx5: E-Switch, Simplify representor load/unload callback API | Mark Bloch | 3 | -13/+12 |
2017-12-28 | net/mlx5: E-Switch, Refactor load/unload of representors | Mark Bloch | 1 | -26/+40 |
2017-12-28 | net/mlx5: E-Switch, Refactor vport representors initialization | Mark Bloch | 4 | -19/+41 |
2017-12-28 | net: hns3: hns3_get_channels() can be static | kbuild test robot | 1 | -2/+2 |
2017-12-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 17 | -68/+764 |
2017-12-28 | nfp: bpf: allocate vNIC priv for keeping track of the offloaded program | Jakub Kicinski | 1 | -1/+29 |
2017-12-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 3 | -4/+8 |
2017-12-28 | IB/mlx5: Fix mlx5_ib_alloc_mr error flow | Nitzan Carmi | 1 | -0/+1 |
2017-12-28 | IB/core: Verify that QP is security enabled in create and destroy | Moni Shoua | 2 | -1/+5 |
2017-12-28 | IB/uverbs: Fix command checking as part of ib_uverbs_ex_modify_qp() | Moni Shoua | 1 | -2/+2 |
2017-12-28 | IB/mlx5: Serialize access to the VMA list | Majd Dibbiny | 2 | -0/+12 |
2017-12-28 | net/trace: fix printk format in inet_sock_set_state | Yafang Shao | 1 | -2/+1 |
2017-12-28 | Merge branch 'net-zerocopy-refine' | David S. Miller | 2 | -14/+24 |
2017-12-28 | tcp: do not allocate linear memory for zerocopy skbs | Willem de Bruijn | 1 | -4/+7 |
2017-12-28 | tcp: place all zerocopy payload in frags | Willem de Bruijn | 1 | -4/+5 |
2017-12-28 | tcp: push full zerocopy packets | Willem de Bruijn | 1 | -1/+3 |