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
AgeCommit message (Expand)Author
2017-04-04sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long
2017-04-03sock: correctly test SOCK_TIMESTAMP in sock_recv_ts_and_drops()Eric Dumazet
2017-04-02net: mpls: Increase max number of labels for lwt encapDavid Ahern
2017-04-02udp: use sk_protocol instead of pcflag to detect udplite socketsPaolo Abeni
2017-04-01bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov
2017-04-01net: dsa: add cross-chip bridging operationsVivien Didelot
2017-03-31sock: avoid dirtying sk_stamp, if possiblePaolo Abeni
2017-03-29Merge tag 'mlx5e-pedit' of git://git.kernel.org/pub/scm/linux/kernel/git/saee...David S. Miller
2017-03-29net: dsa: dsa2: Add basic support of devlinkAndrew Lunn
2017-03-29net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn
2017-03-29net: ipv6: Refactor inet6_netconf_notify_devconf to take eventDavid Ahern
2017-03-29net: devinet: Refactor inet_netconf_notify_devconf to take eventDavid Ahern
2017-03-29rtnetlink: Add RTM_DELNETCONFDavid Ahern
2017-03-29ipv6: add support for NETDEV_RESEND_IGMP eventVlad Yasevich
2017-03-29soc: qcom: smd: Remove standalone driverBjorn Andersson
2017-03-29soc: qcom: smd: Transition client drivers from smd to rpmsgBjorn Andersson
2017-03-29devlink: Support for pipeline debug (dpipe)Arkadi Sharshevsky
2017-03-28net/sched: Add accessor functions to pedit keys for offloading driversOr Gerlitz
2017-03-28net/mlx5: Introduce modify header structures, commands and steering action de...Or Gerlitz
2017-03-28net/mlx5: Add helper to initialize a flow steering actions struct instanceOr Gerlitz
2017-03-28bonding: split bond_set_slave_link_state into two partsMahesh Bandewar
2017-03-26gtp: support SGSN-side tunnelsJonas Bonn
2017-03-26gtp: rename SGSN netlink attributeJonas Bonn
2017-03-25net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala
2017-03-25net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala
2017-03-25net: Track start of busy loop instead of when it should endAlexander Duyck
2017-03-25net: Change return type of sk_busy_loop from bool to voidAlexander Duyck
2017-03-25net: Only define skb_mark_napi_id in one spot instead of twoAlexander Duyck
2017-03-25net: Busy polling should ignore sender CPUsAlexander Duyck
2017-03-25net/mlx5e: Single bfreg (UAR) for all mlx5e SQs and netdevsSaeed Mahameed
2017-03-24tcp: sysctl: Fix a race to avoid unexpected 0 window from spaceGao Feng
2017-03-24net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org
2017-03-24net: phy: Allow splitting MDIO bus/device support from PHYsFlorian Fainelli
2017-03-24of_mdio: Correct check against CONFIG_OFFlorian Fainelli
2017-03-24Add a eBPF helper function to retrieve socket uidChenbo Feng
2017-03-24Add a helper function to get socket cookie in eBPFChenbo Feng
2017-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-23Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-03-23bpf: Add hash of maps supportMartin KaFai Lau
2017-03-23bpf: Add array of maps supportMartin KaFai Lau
2017-03-23net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs.Joel Scherpelz
2017-03-22net: phy: remove the indirect MMD read/write methodsRussell King
2017-03-22net: phy: make phy_(read|write)_mmd() generic MMD accessorsRussell King
2017-03-22net: phy: move phy MMD accessors to phy-core.cRussell King
2017-03-22net: stmmac: Use AVB mode by defaultThierry Reding
2017-03-22net: convert sk_filter.refcnt from atomic_t to refcount_tReshetova, Elena
2017-03-22openvswitch: Optimize sample action for the clone use casesandy zhou
2017-03-22sock: introduce SO_MEMINFO getsockoptJosh Hunt
2017-03-22sctp: declare struct sctp_stream before using itXin Long