summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/btf.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-17selftests: bpf: test_lwt_ip_encap: add negative tests.Peter Oskolkov1-23/+88
2019-02-17net: stmmac: use correct define to get rx timestamp on GMAC4Alexandre Torgue1-1/+1
2019-02-17atm: clean up vcc_seq_next()Dan Carpenter1-1/+2
2019-02-17sock: consistent handling of extreme SO_SNDBUF/SO_RCVBUF valuesGuillaume Nault1-0/+20
2019-02-16s390/qeth: split out OSN netdev opsJulian Wiedmann3-15/+21
2019-02-16s390/qeth: add support for ETHTOOL_GRINGPARAMJulian Wiedmann1-0/+17
2019-02-16s390/qeth: overhaul ethtool statisticsJulian Wiedmann6-216/+256
2019-02-16s390/qeth: move ethtool code into its own fileJulian Wiedmann6-351/+346
2019-02-16s390/qeth: reduce ethtool statisticsJulian Wiedmann4-123/+7
2019-02-16s390/qeth: use a static Output Queue arrayJulian Wiedmann2-16/+7
2019-02-16s390/qeth: allow manual recovery when device is SOFTSETUPJulian Wiedmann1-1/+1
2019-02-16selftests: forwarding: Add some missing configuration symbolsFlorian Fainelli1-0/+2
2019-02-16net/ipv6: prefer rcu_access_pointer() over rcu_dereference()Paolo Abeni1-7/+1
2019-02-16mlxsw: core: fix spelling mistake "temprature" -> "temperature"Colin Ian King1-4/+4
2019-02-16net/mlx5: E-Switch, Allow transition to offloads mode for ECPFBodong Wang1-2/+4
2019-02-16net/mlx5: E-Switch, Load/unload VF reps according to event from host PFBodong Wang3-3/+96
2019-02-16net/mlx5: E-Switch, Consider ECPF vport depends on eswitch ownershipBodong Wang6-8/+110
2019-02-16net/mlx5: E-Switch, Assign a different position for uplink rep and vportBodong Wang4-17/+40
2019-02-16net/mlx5: E-Switch, Centralize repersentor reg/unreg to eswitch driverBodong Wang4-56/+39
2019-02-16net/mlx5: E-Switch, Support load/unload reps of specific vport typesBodong Wang1-22/+87
2019-02-16net/mlx5: E-Switch, Add state to eswitch vport representorsBodong Wang2-10/+29
2019-02-16net/mlx5: E-Switch, Use getter and iterator to access vport/repBodong Wang2-56/+113
2019-02-16net/mlx5: E-Switch, Split VF and special vports for offloads modeBodong Wang4-22/+48
2019-02-16net/mlx5: E-Switch, Refactor offloads flow steering init/cleanupBodong Wang1-12/+31
2019-02-16net/mlx5: E-Switch, Properly refer to host PF vport as other vportBodong Wang4-17/+16
2019-02-16net/mlx5: E-Switch, Properly refer to the esw manager vportBodong Wang4-15/+39
2019-02-16net/mlx5: Correctly set LAG mode for ECPFBodong Wang1-0/+5
2019-02-16bpf: make LWTUNNEL_BPF dependent on INETPeter Oskolkov1-1/+1
2019-02-15libbpf: Introduce bpf_object__btfAndrey Ignatov3-0/+9
2019-02-15libbpf: Introduce bpf_map__resizeAndrey Ignatov3-0/+16
2019-02-15net: bpf: remove XDP_QUERY_XSK_UMEM enumeratorJan Sokolowski7-59/+3
2019-02-15drm: Use array_size() when creating leaseMatthew Wilcox1-1/+2
2019-02-15dm thin: fix bug where bio that overwrites thin block ignores FUANikos Tsironis1-5/+50
2019-02-15tools: sync uapi/linux/if_link.h headerAndrii Nakryiko1-0/+1
2019-02-15tools/bpf: replace bzero with memsetAndrii Nakryiko3-30/+28
2019-02-15bpf: fix memory leak in bpf_lwt_xmit_reroutePeter Oskolkov1-9/+20
2019-02-15Revert "exec: load_script: don't blindly truncate shebang string"Linus Torvalds1-7/+3
2019-02-14IB/mlx5: Add support for 50Gbps per lane link modesAya Levin1-5/+61
2019-02-14net/mlx5: Add support to ext_* fields introduced in Port Type and Speed registerAya Levin5-30/+94
2019-02-14net/mlx5: Add new fields to Port Type and Speed registerAya Levin1-4/+8
2019-02-14net/mlx5: Refactor queries to speed fields in Port Type and Speed registerAya Levin6-142/+91
2019-02-14net/mlx5: E-Switch, Avoid magic numbers when initializing offloads modeBodong Wang3-12/+19
2019-02-14net/mlx5: Relocate vport macros to the vport header fileBodong Wang4-6/+9
2019-02-14net/mlx5: E-Switch, Normalize the name of uplink vport numberBodong Wang7-30/+30
2019-02-14net/mlx5: Provide an alternative VF upper bound for ECPFBodong Wang1-1/+10
2019-02-14net/mlx5: Add host params change eventBodong Wang4-0/+12
2019-02-14net/mlx5: Add query host params commandBodong Wang4-0/+74
2019-02-14net/mlx5: Update enable HCA dependencyBodong Wang4-2/+98
2019-02-14net/mlx5: Introduce Mellanox SmartNIC and modify page management logicBodong Wang10-25/+94
2019-02-14IB/mlx5: Use unified register/load function for uplink and VF vportsBodong Wang3-72/+37