summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-04-04l2tp: take reference on sessions being dumpedGuillaume Nault
2017-04-03tcp: minimize false-positives on TCP/GRO checkMarcelo Ricardo Leitner
2017-04-03sctp: check for dst and pathmtu update in sctp_packet_configXin Long
2017-04-03flow dissector: correct size of storage for ARPSimon Horman
2017-04-01l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault
2017-04-01l2tp: hold session while sending creation notificationsGuillaume Nault
2017-04-01l2tp: fix duplicate session creationGuillaume Nault
2017-04-01l2tp: ensure session can't get removed during pppol2tp_session_ioctl()Guillaume Nault
2017-04-01l2tp: fix race in l2tp_recv_common()Guillaume Nault
2017-04-01sctp: use right in and out stream cntXin Long
2017-04-01Merge tag 'mac80211-for-davem-2017-03-31' of git://git.kernel.org/pub/scm/lin...David S. Miller
2017-04-01openvswitch: Fix ovs_flow_key_update()Yi-Hung Wei
2017-03-30sctp: alloc stream info when initializing asocXin Long
2017-03-30net/packet: fix overflow in check for tp_reserveAndrey Konovalov
2017-03-30net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov
2017-03-30net/packet: fix overflow in check for priv area sizeAndrey Konovalov
2017-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-03-29l2tp: purge socket queues in the .destruct() callbackGuillaume Nault
2017-03-29l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6Guillaume Nault
2017-03-29mac80211: unconditionally start new netdev queues with iTXQ supportJohannes Berg
2017-03-29netfilter: nfnetlink_queue: fix secctx memory leakLiping Zhang
2017-03-29cfg80211: check rdev resume callback only for registered wiphyArend Van Spriel
2017-03-28openvswitch: Fix refcount leak on force commit.Jarno Rajahalme
2017-03-28sctp: change to save MSG_MORE flag into assocXin Long
2017-03-27net: ipconfig: fix ic_close_devs() use-after-freeMark Rutland
2017-03-27netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng
2017-03-27netfilter: nf_ct_ext: fix possible panic after nf_ct_extend_unregisterLiping Zhang
2017-03-27netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash tableLiping Zhang
2017-03-27netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang
2017-03-24ping: implement proper lockingEric Dumazet
2017-03-24secure_seq: downgrade to per-host timestamp offsetsFlorian Westphal
2017-03-24net: Do not allow negative values for busy_read and busy_poll sysctl interfacesAlexander Duyck
2017-03-24kcm: return immediately after copy_from_user() failureWANG Cong
2017-03-23net: neigh: guard against NULL solicit() methodEric Dumazet
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-03-22inet: frag: release spinlock before calling icmp_send()Eric Dumazet
2017-03-22tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet
2017-03-22genetlink: fix counting regression on ctrl_dumpfamily()Stanislaw Gruszka
2017-03-22socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann
2017-03-22ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet
2017-03-22ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko
2017-03-22tipc: fix nametbl deadlock at tipc_nametbl_unsubscribeYing Xue
2017-03-22sctp: remove useless err from sctp_association_initXin Long
2017-03-22cgroup, net_cls: iterate the fds of only the tasks which are being migratedTejun Heo
2017-03-22netfilter: nfnl_cthelper: Fix memory leakJeffy Chen
2017-03-22netfilter: nfnl_cthelper: fix runtime expectation policy updatesPablo Neira Ayuso
2017-03-21tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh
2017-03-21tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh
2017-03-21sctp: out_qlen should be updated when pruning unsent queueXin Long
2017-03-21sctp: remove temporary variable confirm from sctp_packet_transmitXin Long