summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2017-11-02net: ping: do not abuse udp_poll()Eric Dumazet
2017-11-02sctp: potential read out of bounds in sctp_ulpevent_type_enabled()Dan Carpenter
2017-11-02sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long
2017-11-02sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko
2017-11-02wext: handle NULL extra data in iwe_stream_add_point betterArnd Bergmann
2017-11-01tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell
2017-06-08netlabel: out of bound access in cipso_v4_validate()Eric Dumazet
2017-02-10net: avoid sk_forward_alloc overflowsEric Dumazet
2017-02-10net: fix sk_mem_reclaim_partial()Eric Dumazet
2017-02-10tcp: take care of truncations done by sk_filter()Eric Dumazet
2017-02-10tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet
2017-02-10ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()Eli Cooper
2017-02-10ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa
2017-02-10ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa
2017-02-10ipv6: don't call fib6_run_gc() until routing is readyMichal Kubeček
2016-03-03unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa
2016-01-22net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2016-01-22sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2016-01-22ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček
2016-01-22unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat
2015-12-09net: avoid NULL deref in inet_ctl_sock_destroy()Eric Dumazet
2015-10-27net: add pfmemalloc check in sk_add_backlog()Eric Dumazet
2015-10-27af_unix: Convert the unix_sk macro to an inline function for type safetyAaron Conole
2015-10-01ipv6: lock socket in ip6_datagram_connect()Eric Dumazet
2015-10-01sctp: fix ASCONF list handlingMarcelo Ricardo Leitner
2015-07-03ipv6: prevent fib6_run_gc() contentionMichal Kubeček
2015-02-26ipv4: tcp: get rid of ugly unicast_sockEric Dumazet
2015-02-26ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa
2014-11-21net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann
2014-11-21net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann
2014-10-15sctp: handle association restarts when the socket is closed.Vlad Yasevich
2014-10-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell
2014-08-14ip: make IP identifiers less predictableEric Dumazet
2014-08-14inetpeer: get rid of ip_id_countEric Dumazet
2014-07-28net: fix sparse warning in sk_dst_set()Eric Dumazet
2014-07-28ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet
2014-07-28ipv4: fix dst race in sk_dst_get()Eric Dumazet
2014-06-26net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet
2014-06-26net: Add variants of capable for use on on socketsEric W. Biederman
2014-05-30net: sctp: cache auth_enable per endpointVlad Yasevich
2014-05-30ipv6: Limit mtu to 65575 bytesEric Dumazet
2014-05-30netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->lenAndrey Vagin
2014-04-14tcp: tcp_release_cb() should release socket ownershipEric Dumazet
2014-03-23net-tcp: fastopen: fix high order allocationsEric Dumazet
2013-12-08netfilter: push reasm skb through instead of original frag skbsJiri Pirko
2013-12-08inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa
2013-12-04netfilter: nf_conntrack: use RCU safe kfree for conntrack extensionsMichal Kubecek
2013-11-20ipv6: reset dst.expires value when clearing expire flagHannes Frederic Sowa
2013-11-20ip_gre: Fix WCCPv2 header parsing.Pravin B Shelar
2013-11-04ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov