Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-01-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-31hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()Taehee Yoo
2019-12-31net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti
2019-12-31net/ncsi: Fix gma flag setting after responseVijay Khemka
2019-12-31sctp: add enabled check for path tracepoint loop.Kevin Kou
2019-12-31tcp: Fix highest_sack and highest_sack_seqCambda Zhu
2019-12-31tcp_cubic: refactor code to perform a divide only when neededEric Dumazet
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-12-28net: dsa: Deny PTP on master if switch supports itVladimir Oltean
2019-12-28ethtool: provide link state with LINKSTATE_GET requestMichal Kubecek
2019-12-28ethtool: add LINKMODES_NTF notificationMichal Kubecek
2019-12-28ethtool: set link modes related data with LINKMODES_SET requestMichal Kubecek
2019-12-28ethtool: provide link mode information with LINKMODES_GET requestMichal Kubecek
2019-12-28ethtool: add LINKINFO_NTF notificationMichal Kubecek
2019-12-28ethtool: add default notification handlerMichal Kubecek
2019-12-28ethtool: set link settings with LINKINFO_SET requestMichal Kubecek
2019-12-28ethtool: provide link settings with LINKINFO_GET requestMichal Kubecek
2019-12-28ethtool: provide string sets with STRSET_GET requestMichal Kubecek
2019-12-28ethtool: default handlers for GET requestsMichal Kubecek
2019-12-28ethtool: support for netlink notificationsMichal Kubecek
2019-12-28ethtool: netlink bitset handlingMichal Kubecek
2019-12-28ethtool: helper functions for netlink interfaceMichal Kubecek
2019-12-28ethtool: introduce ethtool netlink interfaceMichal Kubecek
2019-12-28net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit deviceShmulik Ladkani
2019-12-28sctp: do trace_sctp_probe after SACK validation and checkKevin Kou
2019-12-28tcp_cubic: make Hystart aware of pacingEric Dumazet
2019-12-28tcp_cubic: tweak Hystart detection for short RTT flowsEric Dumazet
2019-12-28tcp_cubic: switch bictcp_clock() to usec resolutionEric Dumazet
2019-12-28tcp_cubic: remove one conditional from hystart_update()Eric Dumazet
2019-12-28tcp_cubic: optimize hystart_update()Eric Dumazet
2019-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-12-27net_sched: sch_fq: properly set sk->sk_pacing_statusEric Dumazet
2019-12-27af_packet: refactoring code for prb_calc_retire_blk_tmoMao Wenan
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-12-27sctp: move trace_sctp_probe_path into sctp_outq_sackKevin Kou
2019-12-26netfilter: nft_meta: add support for slave device ifindex matchingFlorian Westphal
2019-12-26netfilter: nft_meta: place rtclassid handling in a helperFlorian Westphal
2019-12-26netfilter: nft_meta: place prandom handling in a helperFlorian Westphal
2019-12-26netfilter: nft_meta: move all interface related keys to helperFlorian Westphal
2019-12-26netfilter: nft_meta: move interface kind handling to helperFlorian Westphal
2019-12-26netfilter: nft_meta: move cgroup handling to helperFlorian Westphal
2019-12-26netfilter: nft_meta: move sk uid/git handling to helperFlorian Westphal
2019-12-26netfilter: nft_meta: move pkttype handling to helperFlorian Westphal
2019-12-26netfilter: nft_meta: move time handling to helperFlorian Westphal
2019-12-26net: Introduce peer to peer one step PTP time stamping.Richard Cochran
2019-12-26net: Add a layer for non-PHY MII time stamping drivers.Richard Cochran
2019-12-26net: Introduce a new MII time stamping interface.Richard Cochran
2019-12-26net: ethtool: Use the PHY time stamping interface.Richard Cochran
2019-12-26net: vlan: Use the PHY time stamping interface.Richard Cochran
2019-12-26hsr: reset network header when supervision frame is createdTaehee Yoo