summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-12-27ethtool: introduce ethtool netlink interfaceMichal Kubecek4-1/+56
2019-12-27sctp: do trace_sctp_probe after SACK validation and checkKevin Kou1-9/+9
2019-12-27tcp_cubic: make Hystart aware of pacingEric Dumazet1-1/+12
2019-12-27tcp_cubic: tweak Hystart detection for short RTT flowsEric Dumazet1-2/+21
2019-12-27tcp_cubic: switch bictcp_clock() to usec resolutionEric Dumazet1-21/+14
2019-12-27tcp_cubic: remove one conditional from hystart_update()Eric Dumazet1-2/+2
2019-12-27tcp_cubic: optimize hystart_update()Eric Dumazet1-6/+3
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-291/+318
2019-12-26af_packet: refactoring code for prb_calc_retire_blk_tmoMao Wenan1-18/+12
2019-12-26sctp: move trace_sctp_probe_path into sctp_outq_sackKevin Kou1-0/+6
2019-12-25net: Introduce peer to peer one step PTP time stamping.Richard Cochran1-0/+1
2019-12-25net: Add a layer for non-PHY MII time stamping drivers.Richard Cochran1-3/+4
2019-12-25net: Introduce a new MII time stamping interface.Richard Cochran1-10/+10
2019-12-25net: ethtool: Use the PHY time stamping interface.Richard Cochran1-2/+2
2019-12-25net: vlan: Use the PHY time stamping interface.Richard Cochran1-2/+2
2019-12-24ipv6: Remove old route notifications and convert listenersIdo Schimmel2-62/+17
2019-12-24ipv6: Handle multipath route deletion notificationIdo Schimmel1-0/+26
2019-12-24ipv6: Handle route deletion notificationIdo Schimmel1-1/+43
2019-12-24ipv6: Only Replay routes of interest to new listenersIdo Schimmel1-0/+40
2019-12-24ipv6: Notify multipath route if should be offloadedIdo Schimmel1-0/+48
2019-12-24ipv6: Notify route if replacing currently offloaded oneIdo Schimmel1-0/+7
2019-12-24ipv6: Notify newly added route if should be offloadedIdo Schimmel1-0/+18
2019-12-24openvswitch: New MPLS actions for layer 2 tunnellingMartin Varghese2-6/+58
2019-12-24net: Rephrased comments section of skb_mpls_pop()Martin Varghese1-1/+1
2019-12-24net: skb_mpls_push() modified to allow MPLS header push at start of packet.Martin Varghese1-2/+6
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller77-398/+707
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds50-274/+583
2019-12-20net/smc: unregister ib devices in reboot_eventKarsten Graul1-1/+1
2019-12-20llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)Chan Shu Tak, Alex1-2/+2
2019-12-20tipc: make legacy address flag readable over netlinkJohn Rutherford3-0/+63
2019-12-20net: dsa: ksz: use common define for tag lenMichael Grzeschik1-5/+3
2019-12-20net: dsa: add support for Atheros AR9331 TAG formatOleksij Rempel3-0/+103
2019-12-20xsk: Use struct_size() helperMagnus Karlsson1-8/+7
2019-12-20xsk: Add function naming comments and reorder functionsMagnus Karlsson2-136/+167
2019-12-20xsk: Remove unnecessary READ_ONCE of dataMagnus Karlsson1-2/+2
2019-12-20xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson1-2/+2
2019-12-20xsk: Change names of validation functionsMagnus Karlsson2-30/+33
2019-12-20xsk: Simplify the consumer ring access functionsMagnus Karlsson2-68/+58
2019-12-20xsk: Simplify xskq_nb_avail and xskq_nb_freeMagnus Karlsson1-11/+13
2019-12-20xsk: Eliminate the RX batch sizeMagnus Karlsson1-4/+2
2019-12-20xsk: Standardize naming of producer ring access functionsMagnus Karlsson2-41/+37
2019-12-20xsk: Consolidate to one single cached producer pointerMagnus Karlsson1-26/+21
2019-12-20xsk: Simplify detection of empty and full ringsMagnus Karlsson1-2/+5
2019-12-20xsk: Eliminate the lazy update thresholdMagnus Karlsson1-2/+1
2019-12-19xdp: Simplify __bpf_tx_xdp_map()Björn Töpel1-26/+7
2019-12-19xdp: Remove map_to_flush and map swap detectionBjörn Töpel1-24/+3
2019-12-19xdp: Make cpumap flush_list common for all map instancesBjörn Töpel1-1/+1
2019-12-19xdp: Make devmap flush_list common for all map instancesBjörn Töpel1-1/+1
2019-12-19xsk: Make xskmap flush_list common for all map instancesBjörn Töpel2-13/+13
2019-12-19net/sched: cls_u32: fix refcount leak in the error path of u32_change()Davide Caratti1-0/+25