aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-11tcp: switch pacing timer to softirq based hrtimerEric Dumazet2-45/+26
2018-05-11net: dsa: Plug in PHYLINK supportFlorian Fainelli2-132/+171
2018-05-11net: dsa: Eliminate dsa_slave_get_link()Florian Fainelli1-11/+1
2018-05-11net: dsa: Add PHYLINK switch operationsFlorian Fainelli2-1/+6
2018-05-11ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov2-4/+10
2018-05-10rxrpc: Trace UDP transmission failureDavid Howells4-8/+35
2018-05-10rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messagesDavid Howells1-23/+23
2018-05-10rxrpc: Fix the min security level for kernel callsDavid Howells1-1/+1
2018-05-10rxrpc: Fix error reception on AF_INET6 socketsDavid Howells1-15/+42
2018-05-10rxrpc: Fix missing start of call timeoutDavid Howells4-1/+23
2018-05-11bpf: Provide helper to do forwarding lookups in kernel FIB tableDavid Ahern1-0/+267
2018-05-11net/ipv6: Add fib lookup stubs for use in bpf helperDavid Ahern2-2/+37
2018-05-11net/ipv6: Update fib6 tracepoint to take fib6_infoDavid Ahern1-8/+6
2018-05-11net/ipv6: Add fib6_lookupDavid Ahern2-2/+91
2018-05-11net/ipv6: Refactor fib6_rule_actionDavid Ahern1-21/+31
2018-05-11net/ipv6: Extract table lookup from ip6_pol_routeDavid Ahern1-14/+25
2018-05-11net/ipv6: Rename rt6_multipath_selectDavid Ahern1-8/+9
2018-05-11net/ipv6: Rename fib6_lookup to fib6_node_lookupDavid Ahern2-10/+12
2018-05-10tls: Fix tls_device initializationBoris Pismenny1-0/+2
2018-05-10net: bridge: Allow bridge master in br_vlan_get_info()Petr Machata1-0/+2
2018-05-10sctp: remove sctp_chunk_put from fail_mark err path in sctp_ulpevent_make_rcvmsgXin Long1-1/+0
2018-05-10tcp: Add mark for TIMEWAIT socketsJon Maxwell4-4/+21
2018-05-10net: ipv4: remove define INET_CSK_DEBUG and unnecessary EXPORT_SYMBOLJoe Perches1-5/+0
2018-05-10Merge tag 'mac80211-for-davem-2018-05-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller7-10/+36
2018-05-10net/ipv6: fix lock imbalance in ip6_route_del()Eric Dumazet1-1/+3
2018-05-10tipc: fix one byte leak in tipc_sk_set_orig_addr()Eric Dumazet1-1/+2
2018-05-10udp: fix SO_BINDTODEVICEPaolo Abeni2-4/+4
2018-05-10ipv4: reset fnhe_mtu_locked after cache route flushedHangbin Liu1-0/+1
2018-05-10net: dsa: fix added_by_user switchdev notificationVivien Didelot1-5/+7
2018-05-10tipc: clean up removal of binding table itemsJon Maloy1-50/+53
2018-05-10net/9p: fix spelling mistake: "suspsend" -> "suspend"Colin Ian King1-1/+1
2018-05-10sctp: fix spelling mistake: "max_retans" -> "max_retrans"Colin Ian King1-1/+1
2018-05-10net/udp: Update udp_encap_needed static key to modern apiDavidlohr Bueso2-8/+8
2018-05-10net: Update generic_xdp_needed static key to modern apiDavidlohr Bueso1-5/+5
2018-05-10net: Update netstamp_needed static key to modern apiDavidlohr Bueso1-11/+11
2018-05-10net: Update [e/in]gress_needed static key to modern apiDavidlohr Bueso1-8/+8
2018-05-10net/sock: Update memalloc_socks static key to modern apiDavidlohr Bueso1-4/+4
2018-05-10net/ipv4: Update ip_tunnel_metadata_cnt static key to modern apiDavidlohr Bueso1-3/+3
2018-05-10tipc: eliminate KMSAN uninit-value in strcmp complaintYing Xue1-2/+13
2018-05-10net/9p: correct some comment errors in 9p file system codeSun Lianwen4-9/+6
2018-05-10libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov1-4/+23
2018-05-09xsk: fix 64-bit divisionBjörn Töpel1-1/+1
2018-05-09bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski1-1/+8
2018-05-08udp: Do not copy destructor if one is not presentAlexander Duyck1-8/+14
2018-05-08udp: Add support for software checksum and GSO_PARTIAL with GSO offloadAlexander Duyck2-20/+20
2018-05-08udp: Partially unroll handling of first segment and last segmentAlexander Duyck1-14/+19
2018-05-08udp: Do not pass checksum as a parameter to GSO segmentationAlexander Duyck2-20/+19
2018-05-08udp: Do not pass MSS as parameter to GSO segmentationAlexander Duyck2-3/+5
2018-05-08udp: Record gso_segs when supporting UDP segmentation offloadAlexander Duyck1-0/+2
2018-05-08Merge branch 'ieee802154-for-davem-2018-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpanDavid S. Miller2-9/+9