summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2017-06-19net/route: use get_random_int for random counterJason A. Donenfeld-2/+1
2017-06-19net/neighbor: use get_random_u32 for 32-bit hash randomJason A. Donenfeld-2/+1
2017-06-19ceph: ensure RNG is seeded before usingJason A. Donenfeld-1/+5
2017-06-19sctp: ensure ep is not destroyed before doing the dumpXin Long-2/+4
2017-06-19net: 8021q: Fix one possible panic caused by BUG_ON in free_netdevGao Feng-1/+2
2017-06-19tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande-12/+32
2017-06-19tcp: md5: add an address prefix for key lookupIvan Delalande-14/+66
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso-72/+146
2017-06-19netfilter: nf_tables: reduce chain type table sizeFlorian Westphal-1/+4
2017-06-19netfilter: conntrack: use NFPROTO_MAX to size arrayFlorian Westphal-9/+9
2017-06-19netfilter: use nf_conntrack_helpers_register when possibleLiping Zhang-35/+40
2017-06-19netfilter, kbuild: use canonical method to specify objs.Jike Song-4/+3
2017-06-19netfilter: ebt: Use new helper ebt_invalid_target to check targetGao Feng-4/+4
2017-06-19netns: add and use net_ns_barrierFlorian Westphal-0/+26
2017-06-19netfilter: move table iteration out of netns exit pathsFlorian Westphal-9/+17
2017-06-19netfilter: ipt_CLUSTERIP: do not hold devXin Long-28/+73
2017-06-19Merge tag 'mac80211-for-davem-2017-06-16' of git://git.kernel.org/pub/scm/lin...David S. Miller-16/+25
2017-06-18ip6_tunnel: Correct tos value in collect_md modeHaishuang Yan-2/+2
2017-06-18NFC: fix broken device allocationJohan Hovold-15/+19
2017-06-17net: dsa: Fix legacy probingFlorian Fainelli-11/+8
2017-06-17tls: update KconfigDave Watson-2/+5
2017-06-17net: remove DST_NOCACHE flagWei Wang-22/+15
2017-06-17net: remove DST_NOGC flagWei Wang-14/+8
2017-06-17net: remove dst gc related codeWei Wang-214/+0
2017-06-17decnet: take dst->__refcnt when struct dn_route is createdWei Wang-17/+19
2017-06-17xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang-35/+32
2017-06-17ipv6: get rid of icmp6 dst garbage collectorWei Wang-48/+1
2017-06-17ipv6: mark DST_NOGC and remove the operation of dst_free()Wei Wang-45/+19
2017-06-17ipv6: call dst_hold_safe() properlyWei Wang-4/+4
2017-06-17ipv6: call dst_dev_put() properlyWei Wang-0/+2
2017-06-17ipv6: take dst->__refcnt for insertion into fib6 treeWei Wang-17/+50
2017-06-17ipv4: mark DST_NOGC and remove the operation of dst_free()Wei Wang-16/+5
2017-06-17ipv4: call dst_hold_safe() properlyWei Wang-3/+1
2017-06-17ipv4: call dst_dev_put() properlyWei Wang-0/+6
2017-06-17ipv4: take dst->__refcnt when caching dst in fibWei Wang-4/+20
2017-06-17net: introduce a new function dst_dev_put()Wei Wang-0/+24
2017-06-17net: introduce DST_NOGC in dst_release() to destroy dst based on refcntWei Wang-2/+18
2017-06-17net: use loopback dev when generating blackhole routeWei Wang-5/+6
2017-06-17udp: call dst_hold_safe() in udp_sk_rx_set_dst()Wei Wang-16/+14
2017-06-17ipv6: remove unnecessary dst_hold() in ip6_fragment()Wei Wang-4/+0
2017-06-16net: dsa: add cross-chip multicast supportVivien Didelot-10/+20
2017-06-16decnet: always not take dst->__refcnt when inserting dst into hash tableWei Wang-10/+4
2017-06-16decnet: always not take dst->__refcnt when inserting dst into hash tableWei Wang-10/+4
2017-06-16rds: tcp: Set linger when rejecting an incoming conn in rds_tcp_accept_oneSowmini Varadhan-1/+18
2017-06-16rds: tcp: various endian-ness fixesSowmini Varadhan-13/+21
2017-06-16rds: tcp: remove cp_outgoingSowmini Varadhan-23/+4
2017-06-16ip6_tunnel: fix potential issue in __ip6_tnl_rcvHaishuang Yan-0/+2
2017-06-16ip_tunnel: fix potential issue in ip_tunnel_rcvHaishuang Yan-0/+2
2017-06-16net: Add IFLA_XDP_PROG_IDMartin KaFai Lau-14/+32
2017-06-16networking: add and use skb_put_u8()Johannes Berg-26/+26