summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: Fix pop_vlan action for double tagged framesEric Garver2017-12-211-3/+12
* ipv6: Honor specified parameters in fibmatch lookupIdo Schimmel2017-12-211-8/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-206-168/+730
|\
| * bpf: do not allow root to mangle valid pointersAlexei Starovoitov2017-12-212-95/+63
| * Merge branch 'bpf-verifier-sec-fixes'Daniel Borkmann2017-12-213-67/+661
| |\
| | * selftests/bpf: add tests for recent bugfixesJann Horn2017-12-211-16/+533
| | * bpf: fix integer overflowsAlexei Starovoitov2017-12-212-2/+50
| | * bpf: don't prune branches when a scalar is replaced with a pointerJann Horn2017-12-211-8/+7
| | * bpf: force strict alignment checks for stack pointersJann Horn2017-12-211-0/+5
| | * bpf: fix missing error return in check_stack_boundary()Jann Horn2017-12-211-0/+1
| | * bpf: fix 32-bit ALU op verificationJann Horn2017-12-211-11/+17
| | * bpf: fix incorrect tracking of register size truncationJann Horn2017-12-211-17/+27
| | * bpf: fix incorrect sign extension in check_alu_op()Jann Horn2017-12-211-1/+7
| | * bpf/verifier: fix bounds calculation on BPF_RSHEdward Cree2017-12-211-14/+16
| |/
| * bpf: Fix tools and testing build.David Miller2017-12-202-5/+5
| * bpf: fix broken BPF selftest build on s390Hendrik Brueckner2017-12-191-1/+1
* | ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel2017-12-201-2/+7
* | s390/qeth: fix error handling in checksum cmd callbackJulian Wiedmann2017-12-201-1/+8
* | tipc: remove joining group member from congested listJon Maloy2017-12-201-4/+2
* | selftests: net: Adding config fragment CONFIG_NUMA=yNaresh Kamboju2017-12-201-0/+1
* | Merge tag 'mlx5-fixes-2017-12-19' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-12-2017-104/+215
|\ \
| * | net/mlx5: Stay in polling mode when command EQ destroy failsMoshe Shemesh2017-12-191-3/+1
| * | net/mlx5: Cleanup IRQs in case of unload failureMoshe Shemesh2017-12-192-8/+14
| * | net/mlx5: Fix steering memory leakMaor Gottlieb2017-12-191-2/+14
| * | net/mlx5e: Prevent possible races in VXLAN control flowGal Pressman2017-12-191-0/+4
| * | net/mlx5e: Add refcount to VXLAN structureGal Pressman2017-12-192-23/+28
| * | net/mlx5e: Fix possible deadlock of VXLAN lockGal Pressman2017-12-191-10/+10
| * | net/mlx5: Fix error flow in CREATE_QP commandMoni Shoua2017-12-191-2/+2
| * | net/mlx5: Fix misspelling in the error message and commentEugenia Emantayev2017-12-192-2/+2
| * | net/mlx5e: Fix defaulting RX ring size when not neededEugenia Emantayev2017-12-194-13/+22
| * | net/mlx5e: Fix features check of IPv6 trafficGal Pressman2017-12-191-1/+2
| * | net/mlx5e: Fix ETS BW checkHuy Nguyen2017-12-191-3/+7
| * | net/mlx5: Fix rate limit packet pacing naming and structEran Ben Elisha2017-12-193-16/+18
| * | Revert "mlx5: move affinity hints assignments to generic code"Saeed Mahameed2017-12-194-29/+93
| * | net/mlx5: FPGA, return -EINVAL if size is zeroKamal Heib2017-12-191-0/+6
* | | Merge branch 'cls_bpf-fix-offload-state-tracking-with-block-callbacks'David S. Miller2017-12-204-69/+92
|\ \ \
| * | | nfp: bpf: keep track of the offloaded programJakub Kicinski2017-12-202-4/+51
| * | | cls_bpf: fix offload assumptions after callback conversionJakub Kicinski2017-12-203-67/+43
|/ / /
* | | net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman2017-12-201-1/+1
* | | Merge branch 'mvneta-fixes'David S. Miller2017-12-201-2/+6
|\ \ \ | |/ / |/| |
| * | net: mvneta: eliminate wrong call to handle rx descriptor errorYelena Krivosheev2017-12-201-1/+1
| * | net: mvneta: use proper rxq_number in loop on rx queuesYelena Krivosheev2017-12-201-1/+1
| * | net: mvneta: clear interface link status on port disableYelena Krivosheev2017-12-201-0/+4
|/ /
* | ipv4: fib: Fix metrics match when deleting a routePhil Sutter2017-12-191-2/+6
* | net: stmmac: Fix bad RX timestamp extractionFredrik Hallenberg2017-12-195-6/+8
* | net: stmmac: Fix TX timestamp calculationFredrik Hallenberg2017-12-191-2/+4
* | tipc: fix list sorting bug in function tipc_group_update_member()Jon Maloy2017-12-191-2/+1
* | ip6_tunnel: get the min mtu properly in ip6_tnl_xmitXin Long2017-12-191-2/+7
* | ip6_gre: remove the incorrect mtu limit for ipgre tapXin Long2017-12-191-0/+1
* | ip_gre: remove the incorrect mtu limit for ipgre tapXin Long2017-12-191-0/+1