summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller6-168/+730
2017-12-21bpf: do not allow root to mangle valid pointersAlexei Starovoitov2-95/+63
2017-12-21Merge branch 'bpf-verifier-sec-fixes'Daniel Borkmann3-67/+661
2017-12-21selftests/bpf: add tests for recent bugfixesJann Horn1-16/+533
2017-12-21bpf: fix integer overflowsAlexei Starovoitov2-2/+50
2017-12-21bpf: don't prune branches when a scalar is replaced with a pointerJann Horn1-8/+7
2017-12-21bpf: force strict alignment checks for stack pointersJann Horn1-0/+5
2017-12-21bpf: fix missing error return in check_stack_boundary()Jann Horn1-0/+1
2017-12-21bpf: fix 32-bit ALU op verificationJann Horn1-11/+17
2017-12-21bpf: fix incorrect tracking of register size truncationJann Horn1-17/+27
2017-12-21bpf: fix incorrect sign extension in check_alu_op()Jann Horn1-1/+7
2017-12-21bpf/verifier: fix bounds calculation on BPF_RSHEdward Cree1-14/+16
2017-12-20ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel1-2/+7
2017-12-20s390/qeth: fix error handling in checksum cmd callbackJulian Wiedmann1-1/+8
2017-12-20tipc: remove joining group member from congested listJon Maloy1-4/+2
2017-12-20selftests: net: Adding config fragment CONFIG_NUMA=yNaresh Kamboju1-0/+1
2017-12-20Merge tag 'mlx5-fixes-2017-12-19' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller17-104/+215
2017-12-20Merge branch 'cls_bpf-fix-offload-state-tracking-with-block-callbacks'David S. Miller4-69/+92
2017-12-20nfp: bpf: keep track of the offloaded programJakub Kicinski2-4/+51
2017-12-20cls_bpf: fix offload assumptions after callback conversionJakub Kicinski3-67/+43
2017-12-20net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman1-1/+1
2017-12-20Merge branch 'mvneta-fixes'David S. Miller1-2/+6
2017-12-20net: mvneta: eliminate wrong call to handle rx descriptor errorYelena Krivosheev1-1/+1
2017-12-20net: mvneta: use proper rxq_number in loop on rx queuesYelena Krivosheev1-1/+1
2017-12-20net: mvneta: clear interface link status on port disableYelena Krivosheev1-0/+4
2017-12-20bpf: Fix tools and testing build.David Miller2-5/+5
2017-12-20net/mlx5: Stay in polling mode when command EQ destroy failsMoshe Shemesh1-3/+1
2017-12-20net/mlx5: Cleanup IRQs in case of unload failureMoshe Shemesh2-8/+14
2017-12-20net/mlx5: Fix steering memory leakMaor Gottlieb1-2/+14
2017-12-20net/mlx5e: Prevent possible races in VXLAN control flowGal Pressman1-0/+4
2017-12-20net/mlx5e: Add refcount to VXLAN structureGal Pressman2-23/+28
2017-12-20net/mlx5e: Fix possible deadlock of VXLAN lockGal Pressman1-10/+10
2017-12-20net/mlx5: Fix error flow in CREATE_QP commandMoni Shoua1-2/+2
2017-12-20net/mlx5: Fix misspelling in the error message and commentEugenia Emantayev2-2/+2
2017-12-20net/mlx5e: Fix defaulting RX ring size when not neededEugenia Emantayev4-13/+22
2017-12-20net/mlx5e: Fix features check of IPv6 trafficGal Pressman1-1/+2
2017-12-20net/mlx5e: Fix ETS BW checkHuy Nguyen1-3/+7
2017-12-20net/mlx5: Fix rate limit packet pacing naming and structEran Ben Elisha3-16/+18
2017-12-20Revert "mlx5: move affinity hints assignments to generic code"Saeed Mahameed4-29/+93
2017-12-20net/mlx5: FPGA, return -EINVAL if size is zeroKamal Heib1-0/+6
2017-12-19ipv4: fib: Fix metrics match when deleting a routePhil Sutter1-2/+6
2017-12-19net: stmmac: Fix bad RX timestamp extractionFredrik Hallenberg5-6/+8
2017-12-19net: stmmac: Fix TX timestamp calculationFredrik Hallenberg1-2/+4
2017-12-19tipc: fix list sorting bug in function tipc_group_update_member()Jon Maloy1-2/+1
2017-12-19ip6_tunnel: get the min mtu properly in ip6_tnl_xmitXin Long1-2/+7
2017-12-19ip6_gre: remove the incorrect mtu limit for ipgre tapXin Long1-0/+1
2017-12-19ip_gre: remove the incorrect mtu limit for ipgre tapXin Long1-0/+1
2017-12-19vxlan: update skb dst pmtu on tx pathXin Long1-0/+14
2017-12-19net: arc_emac: restart stalled EMACAlexander Kochetkov2-0/+113
2017-12-19net: arc_emac: fix arc_emac_rx() error pathsAlexander Kochetkov1-22/+31