summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-12-26af_packet: refactoring code for prb_calc_retire_blk_tmoMao Wenan
2019-12-26sctp: move trace_sctp_probe_path into sctp_outq_sackKevin Kou
2019-12-25net: Introduce peer to peer one step PTP time stamping.Richard Cochran
2019-12-25net: Add a layer for non-PHY MII time stamping drivers.Richard Cochran
2019-12-25net: Introduce a new MII time stamping interface.Richard Cochran
2019-12-25net: ethtool: Use the PHY time stamping interface.Richard Cochran
2019-12-25net: vlan: Use the PHY time stamping interface.Richard Cochran
2019-12-24ipv6: Remove old route notifications and convert listenersIdo Schimmel
2019-12-24ipv6: Handle multipath route deletion notificationIdo Schimmel
2019-12-24ipv6: Handle route deletion notificationIdo Schimmel
2019-12-24ipv6: Only Replay routes of interest to new listenersIdo Schimmel
2019-12-24ipv6: Notify multipath route if should be offloadedIdo Schimmel
2019-12-24ipv6: Notify route if replacing currently offloaded oneIdo Schimmel
2019-12-24ipv6: Notify newly added route if should be offloadedIdo Schimmel
2019-12-24openvswitch: New MPLS actions for layer 2 tunnellingMartin Varghese
2019-12-24net: Rephrased comments section of skb_mpls_pop()Martin Varghese
2019-12-24net: skb_mpls_push() modified to allow MPLS header push at start of packet.Martin Varghese
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-20net/smc: unregister ib devices in reboot_eventKarsten Graul
2019-12-20llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)Chan Shu Tak, Alex
2019-12-20tipc: make legacy address flag readable over netlinkJohn Rutherford
2019-12-20net: dsa: ksz: use common define for tag lenMichael Grzeschik
2019-12-20net: dsa: add support for Atheros AR9331 TAG formatOleksij Rempel
2019-12-20xsk: Use struct_size() helperMagnus Karlsson
2019-12-20xsk: Add function naming comments and reorder functionsMagnus Karlsson
2019-12-20xsk: Remove unnecessary READ_ONCE of dataMagnus Karlsson
2019-12-20xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson
2019-12-20xsk: Change names of validation functionsMagnus Karlsson
2019-12-20xsk: Simplify the consumer ring access functionsMagnus Karlsson
2019-12-20xsk: Simplify xskq_nb_avail and xskq_nb_freeMagnus Karlsson
2019-12-20xsk: Eliminate the RX batch sizeMagnus Karlsson
2019-12-20xsk: Standardize naming of producer ring access functionsMagnus Karlsson
2019-12-20xsk: Consolidate to one single cached producer pointerMagnus Karlsson
2019-12-20xsk: Simplify detection of empty and full ringsMagnus Karlsson
2019-12-20xsk: Eliminate the lazy update thresholdMagnus Karlsson
2019-12-19xdp: Simplify __bpf_tx_xdp_map()Björn Töpel
2019-12-19xdp: Remove map_to_flush and map swap detectionBjörn Töpel
2019-12-19xdp: Make cpumap flush_list common for all map instancesBjörn Töpel
2019-12-19xdp: Make devmap flush_list common for all map instancesBjörn Töpel
2019-12-19xsk: Make xskmap flush_list common for all map instancesBjörn Töpel
2019-12-19net/sched: cls_u32: fix refcount leak in the error path of u32_change()Davide Caratti
2019-12-19net/tls: add helper for testing if socket is RX offloadedJakub Kicinski
2019-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-12-19net, sysctl: Fix compiler warning when only cBPF is presentAlexander Lobakin
2019-12-19xsk: Add rcu_read_lock around the XSK wakeupMaxim Mikityanskiy
2019-12-18bpf: Allow to change skb mark in test_runNikita V. Shirokov
2019-12-18net: sch_ets: Make the ETS qdisc offloadablePetr Machata
2019-12-18net: sch_ets: Add a new QdiscPetr Machata