summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* l2tp: fix unused function warningArnd Bergmann2018-08-143-12/+4
* bnxt_en: avoid string overflow for record->system_nameArnd Bergmann2018-08-141-2/+2
* net: lan743x: fix building without CONFIG_PTP_1588_CLOCKArnd Bergmann2018-08-142-11/+6
* net: lan743x: select CRC16Arnd Bergmann2018-08-141-0/+1
* Merge branch 'net_sched-Fix-two-tc_index-filter-init-issues'David S. Miller2018-08-141-5/+3
|\
| * net_sched: Fix missing res info when create new tc_index filterHangbin Liu2018-08-141-0/+1
| * net_sched: fix NULL pointer dereference when delete tcindex filterHangbin Liu2018-08-141-5/+2
|/
* nfp: clean up return types in kdoc commentsJakub Kicinski2018-08-142-6/+2
* Merge tag 'mlx5e-updates-2018-08-10' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2018-08-1414-466/+756
|\
| * net/mlx5: Improve argument name for add flow APIEli Cohen2018-08-132-5/+5
| * net/mlx5: Reorganize the makefileSaeed Mahameed2018-08-131-17/+40
| * net/mlx5e: clock.c depends on CONFIG_PTP_1588_CLOCKMoshe Shemesh2018-08-136-6/+34
| * net/mlx5e: vxlan.c depends on CONFIG_VXLANSaeed Mahameed2018-08-133-9/+11
| * net/mlx5e: Move flow steering declarations into en/fs.hSaeed Mahameed2018-08-132-126/+129
| * net/mlx5e: Add CONFIG_MLX5_EN_ARFS for accelerated flow steering supportSaeed Mahameed2018-08-136-68/+68
| * net/mlx5e: Add CONFIG_MLX5_EN_RXNFC for ethtool rx nfcSaeed Mahameed2018-08-135-21/+53
| * net/mlx5e: Ethtool steering, move ethtool callbacksSaeed Mahameed2018-08-133-64/+62
| * net/mlx5e: Ethtool steering, l4 proto supportSaeed Mahameed2018-08-131-3/+16
| * net/mlx5e: Ethtool steering, ip6 supportSaeed Mahameed2018-08-131-0/+129
| * net/mlx5e: Ethtool steering flow parsing refactoringSaeed Mahameed2018-08-131-102/+128
| * net/mlx5e: Ethtool steering flow validation refactoringSaeed Mahameed2018-08-131-64/+100
|/
* net: sched: act_ife: disable bh when taking ife_mod_lockVlad Buslov2018-08-131-10/+10
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-08-131-1/+1
|\
| * Bluetooth: mediatek: pass correct size to h4_recv_buf()Dan Carpenter2018-08-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-1356-176/+3707
|\ \
| * \ Merge branch 'bpf-ancestor-cgroup-id'Daniel Borkmann2018-08-139-5/+404
| |\ \
| | * | selftests/bpf: Selftest for bpf_skb_ancestor_cgroup_idAndrey Ignatov2018-08-134-3/+302
| | * | selftests/bpf: Add cgroup id helpers to bpf_helpers.hAndrey Ignatov2018-08-131-0/+4
| | * | bpf: Sync bpf.h to tools/Andrey Ignatov2018-08-131-1/+20
| | * | bpf: Introduce bpf_skb_ancestor_cgroup_id helperAndrey Ignatov2018-08-133-1/+78
| |/ /
| * | bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann2018-08-1312-44/+75
| * | Merge branch 'bpf-reuseport-map'Daniel Borkmann2018-08-1135-97/+2167
| |\ \
| | * | bpf: Test BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-117-2/+912
| | * | bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2018-08-112-1/+262
| | * | bpf: Sync bpf.h uapi to tools/Martin KaFai Lau2018-08-111-1/+36
| | * | bpf: Refactor ARRAY_SIZE macro to bpf_util.hMartin KaFai Lau2018-08-116-20/+9
| | * | bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau2018-08-118-57/+106
| | * | bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-1111-13/+365
| | * | bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2018-08-118-1/+413
| | * | net: Add ID (if needed) to sock_reuseport and expose reuseport_lockMartin KaFai Lau2018-08-112-1/+32
| | * | tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socketMartin KaFai Lau2018-08-113-2/+33
| |/ /
| * | Merge branch 'bpf-btf-for-htab-lru'Daniel Borkmann2018-08-103-18/+121
| |\ \
| | * | tools/bpf: add bpffs pretty print btf test for hash/lru_hash mapsYonghong Song2018-08-101-15/+72
| | * | bpf: btf: add pretty print for hash/lru_hash mapsYonghong Song2018-08-101-0/+44
| | * | bpf: fix bpffs non-array map seq_show issueYonghong Song2018-08-101-3/+5
| |/ /
| * | Merge branch 'bpf-veth-xdp-support'Daniel Borkmann2018-08-107-30/+801
| |\ \
| | * | veth: Support per queue XDP ringToshiaki Makita2018-08-101-90/+188
| | * | veth: Add XDP TX and REDIRECTToshiaki Makita2018-08-101-9/+110
| | * | xdp: Helpers for disabling napi_direct of xdp_return_frameToshiaki Makita2018-08-102-2/+29
| | * | bpf: Make redirect_info accessible from modulesToshiaki Makita2018-08-102-18/+21