summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov2017-03-301-0/+2
* net/packet: fix overflow in check for priv area sizeAndrey Konovalov2017-03-301-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-03-298-130/+206
|\
| * netfilter: nfnetlink_queue: fix secctx memory leakLiping Zhang2017-03-291-2/+7
| * netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng2017-03-271-18/+1
| * netfilter: nf_ct_ext: fix possible panic after nf_ct_extend_unregisterLiping Zhang2017-03-271-3/+10
| * netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash tableLiping Zhang2017-03-271-96/+81
| * netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang2017-03-275-1/+7
| * netfilter: nfnl_cthelper: Fix memory leakJeffy Chen2017-03-221-3/+9
| * netfilter: nfnl_cthelper: fix runtime expectation policy updatesPablo Neira Ayuso2017-03-221-2/+84
| * netfilter: nfnl_cthelper: fix incorrect helper->expect_class_maxLiping Zhang2017-03-211-9/+11
* | l2tp: purge socket queues in the .destruct() callbackGuillaume Nault2017-03-291-3/+4
* | l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6Guillaume Nault2017-03-292-4/+6
* | openvswitch: Fix refcount leak on force commit.Jarno Rajahalme2017-03-281-2/+2
* | sctp: change to save MSG_MORE flag into assocXin Long2017-03-282-2/+2
* | net: ipconfig: fix ic_close_devs() use-after-freeMark Rutland2017-03-271-1/+1
* | ping: implement proper lockingEric Dumazet2017-03-241-2/+3
* | secure_seq: downgrade to per-host timestamp offsetsFlorian Westphal2017-03-241-2/+29
* | net: Do not allow negative values for busy_read and busy_poll sysctl interfacesAlexander Duyck2017-03-241-2/+4
* | kcm: return immediately after copy_from_user() failureWANG Cong2017-03-241-3/+3
* | net: neigh: guard against NULL solicit() methodEric Dumazet2017-03-231-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-2348-312/+502
|\ \
| * | inet: frag: release spinlock before calling icmp_send()Eric Dumazet2017-03-221-8/+17
| * | tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2017-03-222-1/+2
| * | genetlink: fix counting regression on ctrl_dumpfamily()Stanislaw Gruszka2017-03-221-1/+3
| * | socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann2017-03-221-0/+6
| * | ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet2017-03-221-1/+2
| * | ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko2017-03-221-1/+1
| * | tipc: fix nametbl deadlock at tipc_nametbl_unsubscribeYing Xue2017-03-221-1/+6
| * | sctp: remove useless err from sctp_association_initXin Long2017-03-221-4/+2
| * | cgroup, net_cls: iterate the fds of only the tasks which are being migratedTejun Heo2017-03-221-16/+16
| * | tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh2017-03-212-7/+12
| * | tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh2017-03-212-1/+22
| * | sctp: out_qlen should be updated when pruning unsent queueXin Long2017-03-211-6/+5
| * | sctp: remove temporary variable confirm from sctp_packet_transmitXin Long2017-03-211-4/+3
| * | sch_dsmark: fix invalid skb_cow() usageEric Dumazet2017-03-211-2/+8
| * | net: unix: properly re-increment inflight counter of GC discarded candidatesAndrey Ulanov2017-03-211-8/+9
| * | vsock: cancel packets when failing to connectPeng Tao2017-03-211-0/+14
| * | vsock: add pkt cancel capabilityPeng Tao2017-03-211-0/+42
| * | vsock: track pkt owner vsockPeng Tao2017-03-211-0/+7
| * | crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutexHerbert Xu2017-03-211-0/+41
| |/
| * tcp: tcp_get_info() should read tcp_time_stamp laterEric Dumazet2017-03-161-1/+2
| * bridge: resolve a false alarm of lockdepWANG Cong2017-03-162-10/+1
| * rxrpc: Ignore BUSY packets on old callsDavid Howells2017-03-161-0/+4
| * net: ipv6: set route type for anycast routesDavid Ahern2017-03-161-0/+2
| * net: mpls: Fix nexthop alive tracking on down eventsDavid Ahern2017-03-161-3/+10
| * Merge tag 'batadv-net-for-davem-20170316' of git://git.open-mesh.org/linux-mergeDavid S. Miller2017-03-166-11/+42
| |\
| | * batman-adv: Initialize gw sel_class via batadv_algoSven Eckelmann2017-03-045-4/+29
| | * batman-adv: Keep fragments equally sizedSven Eckelmann2017-03-041-7/+13
| * | openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PADKris Murphy2017-03-161-0/+2
OpenPOWER on IntegriCloud