summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ethtool: provide link settings with LINKINFO_GET requestMichal Kubecek2019-12-289-51/+209
* ethtool: provide string sets with STRSET_GET requestMichal Kubecek2019-12-287-3/+570
* ethtool: default handlers for GET requestsMichal Kubecek2019-12-282-1/+436
* ethtool: support for netlink notificationsMichal Kubecek2019-12-284-0/+48
* ethtool: netlink bitset handlingMichal Kubecek2019-12-285-1/+883
* ethtool: helper functions for netlink interfaceMichal Kubecek2019-12-283-0/+392
* ethtool: introduce ethtool netlink interfaceMichal Kubecek2019-12-288-1/+318
* sctp: do trace_sctp_probe after SACK validation and checkKevin Kou2019-12-281-9/+9
* mv88e6xxx: Add serdes Rx statisticsNikita Yushchenko2019-12-283-3/+109
* net: ena: remove set but not used variable 'rx_ring'YueHaibing2019-12-281-3/+0
* net: dsa: qca: ar9331: drop pointless static qualifier in ar9331_sw_mbus_initMao Wenan2019-12-281-1/+1
* ppp: Remove redundant BUG_ON() check in ppp_pernetXu Wang2019-12-281-2/+0
* Merge branch 'tcp_cubic-various-fixes'David S. Miller2019-12-281-31/+51
|\
| * tcp_cubic: make Hystart aware of pacingEric Dumazet2019-12-281-1/+12
| * tcp_cubic: tweak Hystart detection for short RTT flowsEric Dumazet2019-12-281-2/+21
| * tcp_cubic: switch bictcp_clock() to usec resolutionEric Dumazet2019-12-281-21/+14
| * tcp_cubic: remove one conditional from hystart_update()Eric Dumazet2019-12-281-2/+2
| * tcp_cubic: optimize hystart_update()Eric Dumazet2019-12-281-6/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-27110-2721/+6901
|\
| * bpftool: Make skeleton C code compilable with C++ compilerAndrii Nakryiko2019-12-273-6/+16
| * bpf: Print error message for bpftool cgroup showHechao Li2019-12-261-17/+39
| * libbpf: Support CO-RE relocations for LDX/ST/STX instructionsAndrii Nakryiko2019-12-261-3/+28
| * samples/bpf: Xdp_redirect_cpu fix missing tracepoint attachJesper Dangaard Brouer2019-12-211-4/+55
| * Merge branch 'xdpsock'Alexei Starovoitov2019-12-211-39/+387
| |\
| | * samples/bpf: xdpsock: Add option to specify transmit fill patternJay Jayatheerthan2019-12-211-4/+9
| | * samples/bpf: xdpsock: Add option to specify tx packet sizeJay Jayatheerthan2019-12-211-11/+265
| | * samples/bpf: xdpsock: Add option to specify number of packets to sendJay Jayatheerthan2019-12-211-14/+59
| | * samples/bpf: xdpsock: Add option to specify batch sizeJay Jayatheerthan2019-12-211-23/+29
| | * samples/bpf: xdpsock: Use common code to handle signal and main exitJay Jayatheerthan2019-12-211-2/+7
| | * samples/bpf: xdpsock: Add duration option to specify how long to runJay Jayatheerthan2019-12-211-2/+35
| |/
| * selftests/bpf: Preserve errno in test_progs CHECK macrosAndrey Ignatov2019-12-211-0/+4
| * Merge branch 'xsk-cleanup'Alexei Starovoitov2019-12-218-230/+246
| |\
| | * xsk: Use struct_size() helperMagnus Karlsson2019-12-211-8/+7
| | * xsk: Add function naming comments and reorder functionsMagnus Karlsson2019-12-212-136/+167
| | * xsk: Remove unnecessary READ_ONCE of dataMagnus Karlsson2019-12-211-2/+2
| | * xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson2019-12-216-14/+14
| | * xsk: Change names of validation functionsMagnus Karlsson2019-12-213-32/+35
| | * xsk: Simplify the consumer ring access functionsMagnus Karlsson2019-12-212-68/+58
| | * xsk: Simplify xskq_nb_avail and xskq_nb_freeMagnus Karlsson2019-12-211-11/+13
| | * xsk: Eliminate the RX batch sizeMagnus Karlsson2019-12-211-4/+2
| | * xsk: Standardize naming of producer ring access functionsMagnus Karlsson2019-12-212-41/+37
| | * xsk: Consolidate to one single cached producer pointerMagnus Karlsson2019-12-211-26/+21
| | * xsk: Simplify detection of empty and full ringsMagnus Karlsson2019-12-211-2/+5
| | * xsk: Eliminate the lazy update thresholdMagnus Karlsson2019-12-211-2/+1
| |/
| * Merge branch 'replace-cg_bpf-prog'Alexei Starovoitov2019-12-2015-626/+652
| |\
| | * selftests/bpf: Test BPF_F_REPLACE in cgroup_attach_multiAndrey Ignatov2019-12-201-3/+50
| | * selftests/bpf: Convert test_cgroup_attach to prog_testsAndrey Ignatov2019-12-206-574/+498
| | * libbpf: Introduce bpf_prog_attach_xattrAndrey Ignatov2019-12-203-1/+28
| | * bpf: Support replacing cgroup-bpf program in MULTI modeAndrey Ignatov2019-12-206-9/+54
| | * bpf: Remove unused new_flags in hierarchy_allows_attach()Andrey Ignatov2019-12-201-3/+2