summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: switchdev: Remove bridge bypass support from switchdevArkadi Sharshevsky2017-08-071-75/+0
* net: dsa: Move FDB dump implementation inside DSAArkadi Sharshevsky2017-08-072-14/+3
* net: dsa: Remove redundant MDB dump supportArkadi Sharshevsky2017-08-071-4/+0
* net: dsa: Remove support for bypass bridge port attributes/vlan setArkadi Sharshevsky2017-08-071-4/+0
* net: dsa: Remove prepare phase for FDBArkadi Sharshevsky2017-08-071-3/+1
* net: dsa: Change DSA slave FDB API to be switchdev independentArkadi Sharshevsky2017-08-071-5/+3
* ipv6: sr: define core operations for seg6local lightweight tunnelDavid Lebrun2017-08-074-0/+77
* ipv6: sr: export SRH insertion functionsDavid Lebrun2017-08-071-0/+2
* net_sched: use void pointer for filter handleWANG Cong2017-08-072-5/+5
* bpf: add support for sys_enter_* and sys_exit_* tracepointsYonghong Song2017-08-071-0/+12
* net: ipv6: add second dif to raw socket lookupsDavid Ahern2017-08-071-1/+1
* net: ipv6: add second dif to inet6 socket lookupsDavid Ahern2017-08-072-9/+23
* net: ipv6: add second dif to udp socket lookupsDavid Ahern2017-08-072-1/+11
* net: ipv4: add second dif to multicast source filterDavid Ahern2017-08-071-1/+2
* net: ipv4: add second dif to raw socket lookupsDavid Ahern2017-08-071-1/+1
* net: ipv4: add second dif to inet socket lookupsDavid Ahern2017-08-072-14/+27
* net: ipv4: add second dif to udp socket lookupsDavid Ahern2017-08-072-1/+11
* Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-08-0719-79/+71
|\
| * net/mlx5: Increase the maximum flow counters supportedRabie Loulou2017-08-071-10/+6
| * net/mlx5: Fix counter list hardware structureRabie Loulou2017-08-071-2/+1
| * net/mlx5: Delay events till ib registration endsErez Shitrit2017-08-071-0/+3
| * net/mlx5: Separate between E-Switch and MPFSSaeed Mahameed2017-08-071-0/+2
| * Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-08-061-27/+8
| |\
| | * ext4: remove unused metadata accounting variablesEric Whitney2017-07-301-27/+8
| * | Merge tag 'media/v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-08-053-22/+15
| |\ \
| | * | media: platform: davinci: drop VPFE_CMD_S_CCDC_RAW_PARAMSPrabhakar Lad2017-07-262-22/+0
| | * | media: cec-notifier: small improvementsHans Verkuil2017-07-261-0/+15
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-08-042-4/+4
| |\ \ \
| | * \ \ Merge tag 'kvm-arm-for-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Radim Krčmář2017-08-031-2/+0
| | |\ \ \
| | | * | | KVM: arm/arm64: PMU: Fix overflow interrupt injectionAndrew Jones2017-07-251-2/+0
| | | |/ /
| | * | / KVM: avoid using rcu_dereference_protectedPaolo Bonzini2017-08-021-2/+4
| | | |/ | | |/|
| * | | Merge tag 'ceph-for-4.13-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds2017-08-044-1/+8
| |\ \ \
| | * | | libceph: make RECOVERY_DELETES feature create a new intervalIlya Dryomov2017-08-013-0/+7
| | * | | libceph: fallback for when there isn't a pool-specific choose_argIlya Dryomov2017-08-011-1/+1
| | |/ /
| * | | Merge tag 'sound-4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-08-041-6/+0
| |\ \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | *---. \ \ Merge remote-tracking branches 'asoc/fix/dpcm', 'asoc/fix/imx', 'asoc/fix/msm...Mark Brown2017-08-011-6/+0
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | / | | | | |_|/ | | | |/| |
| | | | | * ASoC: fix pcm-creation regressionJohan Hovold2017-07-171-6/+0
| | | | |/ | | | |/|
| * | | | Merge tag 'vfio-v4.13-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds2017-08-031-2/+2
| |\ \ \ \
| | * | | | include/linux/vfio.h: Guard powerpc-specific functions with CONFIG_VFIO_SPAPR...Murilo Opsfelder Araujo2017-07-261-2/+2
| * | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-08-034-5/+22
| |\ \ \ \ \
| | * | | | | mm: allow page_cache_get_speculative in interrupt contextKan Liang2017-08-021-2/+0
| | * | | | | cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Dima Zavin2017-08-021-2/+17
| | * | | | | kthread: fix documentation build warningJonathan Corbet2017-08-021-1/+1
| | * | | | | mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman2017-08-021-0/+4
| * | | | | | Merge tag 'nfs-for-4.13-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-08-021-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | NFSv4: Fix EXCHANGE_ID corrupt verifier issueTrond Myklebust2017-08-011-1/+1
* | | | | | | net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-17/+2
* | | | | | | net: sched: move prio into cls_commonJiri Pirko2017-08-071-1/+2
* | | | | | | net: sched: push cls related args into cls_common structureJiri Pirko2017-08-072-3/+19
* | | | | | | net: sched: make egress_dev flag part of flower offload structJiri Pirko2017-08-072-1/+1