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
2018-05-15sctp: move outq data rtx code out of sctp_outq_flushMarcelo Ricardo Leitner
2018-05-15sctp: move the flush of ctrl chunks into its own functionMarcelo Ricardo Leitner
2018-05-15sctp: factor out sctp_outq_select_transportMarcelo Ricardo Leitner
2018-05-15sctp: add sctp_packet_singletonMarcelo Ricardo Leitner
2018-05-14net: ipv4: ipconfig: fix unused variableAnders Roxell
2018-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-05-11Merge tag 'nfs-for-4.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2018-05-11net sched actions: fix refcnt leak in skbmodRoman Mashak
2018-05-11net: sched: fix error path in tcf_proto_create() when modules are not configuredJiri Pirko
2018-05-11erspan: auto detect truncated ipv6 packets.William Tu
2018-05-11Merge tag 'rxrpc-fixes-20180510' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2018-05-11net sched actions: fix invalid pointer dereferencing if skbedit flags missingRoman Mashak
2018-05-11udp: avoid refcount_t saturation in __udp_gso_segment()Eric Dumazet
2018-05-11tcp: switch pacing timer to softirq based hrtimerEric Dumazet
2018-05-11net: dsa: Plug in PHYLINK supportFlorian Fainelli
2018-05-11net: dsa: Eliminate dsa_slave_get_link()Florian Fainelli
2018-05-11net: dsa: Add PHYLINK switch operationsFlorian Fainelli
2018-05-11ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov
2018-05-11rxrpc: Trace UDP transmission failureDavid Howells
2018-05-11rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messagesDavid Howells
2018-05-11rxrpc: Fix the min security level for kernel callsDavid Howells
2018-05-11rxrpc: Fix error reception on AF_INET6 socketsDavid Howells
2018-05-11rxrpc: Fix missing start of call timeoutDavid Howells
2018-05-11tls: Fix tls_device initializationBoris Pismenny
2018-05-11net: bridge: Allow bridge master in br_vlan_get_info()Petr Machata
2018-05-11sctp: remove sctp_chunk_put from fail_mark err path in sctp_ulpevent_make_rcvmsgXin Long
2018-05-11tcp: Add mark for TIMEWAIT socketsJon Maxwell
2018-05-11net: ipv4: remove define INET_CSK_DEBUG and unnecessary EXPORT_SYMBOLJoe Perches
2018-05-11Merge tag 'mac80211-for-davem-2018-05-09' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-05-11net/ipv6: fix lock imbalance in ip6_route_del()Eric Dumazet
2018-05-11tipc: fix one byte leak in tipc_sk_set_orig_addr()Eric Dumazet
2018-05-10udp: fix SO_BINDTODEVICEPaolo Abeni
2018-05-10ipv4: reset fnhe_mtu_locked after cache route flushedHangbin Liu
2018-05-10net: dsa: fix added_by_user switchdev notificationVivien Didelot
2018-05-10tipc: clean up removal of binding table itemsJon Maloy
2018-05-10net/9p: fix spelling mistake: "suspsend" -> "suspend"Colin Ian King
2018-05-10sctp: fix spelling mistake: "max_retans" -> "max_retrans"Colin Ian King
2018-05-10net/udp: Update udp_encap_needed static key to modern apiDavidlohr Bueso
2018-05-10net: Update generic_xdp_needed static key to modern apiDavidlohr Bueso
2018-05-10net: Update netstamp_needed static key to modern apiDavidlohr Bueso
2018-05-10net: Update [e/in]gress_needed static key to modern apiDavidlohr Bueso
2018-05-10net/sock: Update memalloc_socks static key to modern apiDavidlohr Bueso
2018-05-10net/ipv4: Update ip_tunnel_metadata_cnt static key to modern apiDavidlohr Bueso
2018-05-10tipc: eliminate KMSAN uninit-value in strcmp complaintYing Xue
2018-05-10net/9p: correct some comment errors in 9p file system codeSun Lianwen
2018-05-10libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov
2018-05-09udp: Do not copy destructor if one is not presentAlexander Duyck
2018-05-09udp: Add support for software checksum and GSO_PARTIAL with GSO offloadAlexander Duyck
2018-05-09udp: Partially unroll handling of first segment and last segmentAlexander Duyck