summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-2117-85/+101
|\
| * igmp: add a missing spin_lock_init()WANG Cong2017-06-201-0/+1
| * rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych2017-06-201-0/+2
| * ipv6: Do not leak throw route referencesSerhey Popovych2017-06-202-18/+7
| * net/core: remove explicit do_softirq() from busy_poll_stop()Sebastian Siewior2017-06-201-2/+0
| * fib_rules: Resolve goto rules target on deleteSerhey Popovych2017-06-201-7/+14
| * sctp: ensure ep is not destroyed before doing the dumpXin Long2017-06-192-2/+4
| * net: 8021q: Fix one possible panic caused by BUG_ON in free_netdevGao Feng2017-06-191-1/+2
| * Merge tag 'mac80211-for-davem-2017-06-16' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-06-192-16/+25
| |\
| | * dev_ioctl: copy only the smaller struct iwreq for wextJohannes Berg2017-06-142-6/+19
| | * wireless: wext: use struct iwreq earlier in the call chainJohannes Berg2017-06-141-8/+7
| | * wireless: wext: remove ndo_do_ioctl fallbackJohannes Berg2017-06-141-3/+0
| * | ip6_tunnel: Correct tos value in collect_md modeHaishuang Yan2017-06-181-2/+2
| * | decnet: always not take dst->__refcnt when inserting dst into hash tableWei Wang2017-06-161-10/+4
| * | ip6_tunnel: fix potential issue in __ip6_tnl_rcvHaishuang Yan2017-06-161-0/+2
| * | ip_tunnel: fix potential issue in ip_tunnel_rcvHaishuang Yan2017-06-161-0/+2
| * | sctp: return next obj by passing pos + 1 into sctp_transport_get_idxXin Long2017-06-151-3/+2
| * | rxrpc: Fix several cases where a padded len isn't checked in ticket decodeDavid Howells2017-06-151-30/+34
| * | ipv6: fix calling in6_ifa_hold incorrectly for dad workXin Long2017-06-151-3/+3
* | | bpf: expose prog id for cls_bpf and act_bpfDaniel Borkmann2017-06-212-0/+6
* | | net: introduce SO_PEERGROUPS getsockoptDavid Herrmann2017-06-211-0/+33
* | | udp: prefetch rmem_alloc in udp_queue_rcv_skb()Paolo Abeni2017-06-211-0/+1
* | | ip6mr: add netlink notifications on mrt6msg cache reportsJulien Gomes2017-06-211-2/+69
* | | ipmr: add netlink notifications on igmpmsg cache reportsJulien Gomes2017-06-211-2/+67
* | | rtnetlink: add restricted rtnl groups for ipv4 and ipv6 mrouteJulien Gomes2017-06-211-0/+13
* | | tcp: md5: hide unused variableArnd Bergmann2017-06-211-5/+1
* | | sctp: handle errors when updating asocXin Long2017-06-202-12/+37
* | | sctp: uncork the old asoc before changing to the new oneXin Long2017-06-201-0/+4
* | | dccp: call inet_add_protocol after register_pernet_subsys in dccp_v6_initXin Long2017-06-201-10/+10
* | | dccp: call inet_add_protocol after register_pernet_subsys in dccp_v4_initXin Long2017-06-201-8/+9
* | | vxlan: get rid of redundant vxlan_dev.flagsMatthias Schiffer2017-06-201-2/+2
* | | net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-209-43/+32
* | | net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-204-17/+14
* | | tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande2017-06-193-12/+32
* | | tcp: md5: add an address prefix for key lookupIvan Delalande2017-06-192-14/+66
* | | net: dsa: Fix legacy probingFlorian Fainelli2017-06-171-11/+8
* | | tls: update KconfigDave Watson2017-06-171-2/+5
* | | net: remove DST_NOCACHE flagWei Wang2017-06-175-22/+15
* | | net: remove DST_NOGC flagWei Wang2017-06-175-14/+8
* | | net: remove dst gc related codeWei Wang2017-06-172-214/+0
* | | decnet: take dst->__refcnt when struct dn_route is createdWei Wang2017-06-171-17/+19
* | | xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang2017-06-172-35/+32
* | | ipv6: get rid of icmp6 dst garbage collectorWei Wang2017-06-172-48/+1
* | | ipv6: mark DST_NOGC and remove the operation of dst_free()Wei Wang2017-06-172-45/+19
* | | ipv6: call dst_hold_safe() properlyWei Wang2017-06-172-4/+4
* | | ipv6: call dst_dev_put() properlyWei Wang2017-06-171-0/+2
* | | ipv6: take dst->__refcnt for insertion into fib6 treeWei Wang2017-06-172-17/+50
* | | ipv4: mark DST_NOGC and remove the operation of dst_free()Wei Wang2017-06-172-16/+5
* | | ipv4: call dst_hold_safe() properlyWei Wang2017-06-171-3/+1
* | | ipv4: call dst_dev_put() properlyWei Wang2017-06-172-0/+6
OpenPOWER on IntegriCloud