aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-10net/sched: Remove egdev mechanismOz Shlomo3-297/+1
2018-12-10net/mlx5e: Add GRE protocol offloadingOz Shlomo2-1/+89
2018-12-10net: Add netif_is_gretap()/netif_is_ip6gretap()Oz Shlomo4-16/+13
2018-12-10net/mlx5e: Move TC tunnel offloading code to separate source fileOz Shlomo6-496/+548
2018-12-10net/mlx5e: Branch according to classified tunnel typeOz Shlomo2-48/+114
2018-12-10net/mlx5e: Refactor VXLAN tunnel decap offloading codeOz Shlomo1-39/+51
2018-12-10net/mlx5e: Refactor VXLAN tunnel encap offloading codeOz Shlomo1-119/+70
2018-12-10net/mlx5e: Replace egdev with indirect block notificationsOz Shlomo2-25/+36
2018-12-10net/mlx5e: Propagate the filter's net device to mlx5e structuresOz Shlomo1-7/+19
2018-12-10net/mlx5e: Provide the TC filter netdev as parameter to flower callbacksOz Shlomo4-12/+18
2018-12-10net/mlx5e: Support TC indirect block notifications for eswitch uplink reprsOz Shlomo4-0/+210
2018-12-10net/mlx5e: Store eswitch uplink representor state on a dedicated structOz Shlomo3-5/+12
2018-12-10tools/bpf: rename *_info_cnt to nr_*_infoYonghong Song3-56/+56
2018-12-10tools/bpf: sync kernel uapi bpf.h to tools directoryYonghong Song1-3/+3
2018-12-10bpf: rename *_info_cnt to nr_*_info in bpf_prog_infoYonghong Song2-22/+22
2018-12-10bpf: clean up bpf_prog_get_info_by_fd()Song Liu1-2/+2
2018-12-10net/mlx5: Remove the get protocol device interface entryOr Gerlitz3-32/+0
2018-12-10net/mlx5: Support extended destination format in flow steering commandEli Britstein2-7/+75
2018-12-10net/mlx5: E-Switch, Change vhca id valid bool field to bit flagEli Britstein3-5/+12
2018-12-10net/mlx5: Introduce extended destination fieldsEli Britstein1-3/+16
2018-12-10net/mlx5: Revise gre and nvgre key formatsOz Shlomo3-8/+17
2018-12-10net/mlx5: Add monitor commands layout and event dataEyal Davidovich5-1/+96
2018-12-10net/mlx5: Add support for plugged-disabled cable status in PMEMikhael Goikhman2-0/+3
2018-12-10net/mlx5: Add support for PCIe power slot exceeded error in PMEMikhael Goikhman2-0/+3
2018-12-10net/mlx5: Rework handling of port module eventsMikhael Goikhman3-45/+65
2018-12-10bpf: bpftool: Fix newline and p_err issueMartin KaFai Lau3-3/+3
2018-12-10tcp: handle EOR and FIN conditions the same in tcp_tso_should_defer()Eric Dumazet1-5/+2
2018-12-10net: dsa: ksz: Add reset GPIO handlingMarek Vasut2-0/+19
2018-12-10net: dsa: ksz: Add optional reset GPIO to Microchip KSZ switch bindingMarek Vasut1-0/+4
2018-12-10bonding: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-13/+1
2018-12-10fjes: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-13/+1
2018-12-10net: xenbus: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-15/+3
2018-12-10ieee802154: at86rf230: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-12/+1
2018-12-10ipvlan: Remove a useless comparisonYueHaibing1-1/+1
2018-12-10net: hns3: fix spelling mistake "offser" -> "offset"Colin Ian King1-1/+1
2018-12-10bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang2-4/+25
2018-12-09net/mlx5: Move flow counters data structures from flow steering headerSaeed Mahameed2-23/+23
2018-12-09IB/mlx5: Use helper to get CQE opcodeTariq Toukan1-4/+4
2018-12-09net/mlx5: Use helper to get CQE opcodeTariq Toukan4-7/+12
2018-12-09net/mlx5: When fetching CQEs return CQE instead of void pointerDaniel Jurgens1-1/+1
2018-12-09Linux 4.20-rc6Linus Torvalds1-1/+1
2018-12-09media: bpf: add bpf function to report mouse movementSean Young7-23/+109
2018-12-09bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau12-25/+516
2018-12-09bpf: libbpf: Add btf_line_info support to libbpfMartin KaFai Lau5-89/+239
2018-12-09bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logicMartin KaFai Lau4-177/+177
2018-12-09bpf: Add unit tests for bpf_line_infoMartin KaFai Lau1-17/+580
2018-12-09bpf: Refactor and bug fix in test_func_type in test_btf.cMartin KaFai Lau1-86/+125
2018-12-09bpf: tools: Sync uapi bpf.hMartin KaFai Lau1-0/+19
2018-12-09bpf: Add bpf_line_info supportMartin KaFai Lau10-33/+419
2018-12-09net/sched: cls_flower: Reject duplicated rules also under skip_swOr Gerlitz1-13/+10