summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ethtool: set link modes related data with LINKMODES_SET requestMichal Kubecek2019-12-273-0/+241
* ethtool: provide link mode information with LINKMODES_GET requestMichal Kubecek2019-12-274-1/+150
* ethtool: add LINKINFO_NTF notificationMichal Kubecek2019-12-273-2/+14
* ethtool: add default notification handlerMichal Kubecek2019-12-272-1/+92
* ethtool: set link settings with LINKINFO_SET requestMichal Kubecek2019-12-273-0/+78
* ethtool: provide link settings with LINKINFO_GET requestMichal Kubecek2019-12-277-49/+156
* ethtool: provide string sets with STRSET_GET requestMichal Kubecek2019-12-274-1/+438
* ethtool: default handlers for GET requestsMichal Kubecek2019-12-272-1/+436
* ethtool: support for netlink notificationsMichal Kubecek2019-12-271-0/+32
* ethtool: netlink bitset handlingMichal Kubecek2019-12-273-1/+764
* ethtool: helper functions for netlink interfaceMichal Kubecek2019-12-272-0/+371
* ethtool: introduce ethtool netlink interfaceMichal Kubecek2019-12-274-1/+56
* sctp: do trace_sctp_probe after SACK validation and checkKevin Kou2019-12-271-9/+9
* tcp_cubic: make Hystart aware of pacingEric Dumazet2019-12-271-1/+12
* tcp_cubic: tweak Hystart detection for short RTT flowsEric Dumazet2019-12-271-2/+21
* tcp_cubic: switch bictcp_clock() to usec resolutionEric Dumazet2019-12-271-21/+14
* tcp_cubic: remove one conditional from hystart_update()Eric Dumazet2019-12-271-2/+2
* tcp_cubic: optimize hystart_update()Eric Dumazet2019-12-271-6/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-276-291/+318
|\
| * xsk: Use struct_size() helperMagnus Karlsson2019-12-201-8/+7
| * xsk: Add function naming comments and reorder functionsMagnus Karlsson2019-12-202-136/+167
| * xsk: Remove unnecessary READ_ONCE of dataMagnus Karlsson2019-12-201-2/+2
| * xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson2019-12-201-2/+2
| * xsk: Change names of validation functionsMagnus Karlsson2019-12-202-30/+33
| * xsk: Simplify the consumer ring access functionsMagnus Karlsson2019-12-202-68/+58
| * xsk: Simplify xskq_nb_avail and xskq_nb_freeMagnus Karlsson2019-12-201-11/+13
| * xsk: Eliminate the RX batch sizeMagnus Karlsson2019-12-201-4/+2
| * xsk: Standardize naming of producer ring access functionsMagnus Karlsson2019-12-202-41/+37
| * xsk: Consolidate to one single cached producer pointerMagnus Karlsson2019-12-201-26/+21
| * xsk: Simplify detection of empty and full ringsMagnus Karlsson2019-12-201-2/+5
| * xsk: Eliminate the lazy update thresholdMagnus Karlsson2019-12-201-2/+1
| * xdp: Simplify __bpf_tx_xdp_map()Björn Töpel2019-12-191-26/+7
| * xdp: Remove map_to_flush and map swap detectionBjörn Töpel2019-12-191-24/+3
| * xdp: Make cpumap flush_list common for all map instancesBjörn Töpel2019-12-191-1/+1
| * xdp: Make devmap flush_list common for all map instancesBjörn Töpel2019-12-191-1/+1
| * xsk: Make xskmap flush_list common for all map instancesBjörn Töpel2019-12-192-13/+13
| * bpf: Allow to change skb mark in test_runNikita V. Shirokov2019-12-181-1/+9
| * bpf: Expose __sk_buff wire_len/gso_segs to BPF_PROG_TEST_RUNStanislav Fomichev2019-12-131-1/+18
| * bpf: Start using the BPF dispatcher in BPF_TEST_RUNBjörn Töpel2019-12-131-5/+10
| * bpf, xdp: Start using the BPF dispatcher for XDPBjörn Töpel2019-12-132-1/+26
| * bpf: Switch to offsetofend in BPF_PROG_TEST_RUNStanislav Fomichev2019-12-111-8/+4
* | af_packet: refactoring code for prb_calc_retire_blk_tmoMao Wenan2019-12-261-18/+12
* | sctp: move trace_sctp_probe_path into sctp_outq_sackKevin Kou2019-12-261-0/+6
* | net: Introduce peer to peer one step PTP time stamping.Richard Cochran2019-12-251-0/+1
* | net: Add a layer for non-PHY MII time stamping drivers.Richard Cochran2019-12-251-3/+4
* | net: Introduce a new MII time stamping interface.Richard Cochran2019-12-251-10/+10
* | net: ethtool: Use the PHY time stamping interface.Richard Cochran2019-12-251-2/+2
* | net: vlan: Use the PHY time stamping interface.Richard Cochran2019-12-251-2/+2
* | ipv6: Remove old route notifications and convert listenersIdo Schimmel2019-12-242-62/+17
* | ipv6: Handle multipath route deletion notificationIdo Schimmel2019-12-241-0/+26