summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2017-10-21sctp: potential read out of bounds in sctp_ulpevent_type_enabled()Dan Carpenter
2017-08-30net_sched: fix order of queue length updates in qdisc_replace()Konstantin Khlebnikov
2017-08-11wext: handle NULL extra data in iwe_stream_add_point betterArnd Bergmann
2017-08-11sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long
2017-08-11sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko
2017-07-05xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca
2017-06-14net: ping: do not abuse udp_poll()Eric Dumazet
2017-05-15ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong
2017-05-15ipv6: initialize route null entry in addrconf_init()WANG Cong
2017-04-18netlabel: out of bound access in cipso_v4_validate()Eric Dumazet
2017-01-15net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani
2016-12-23tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet
2016-07-12net_sched: update hierarchical backlog tooWANG Cong
2016-07-12net_sched: introduce qdisc_replace() helperWANG Cong
2016-03-20cfg80211/wext: fix message orderingJohannes Berg
2016-02-15ipv6: update skb->csum when CE mark is propagatedEric Dumazet
2016-02-15vxlan: fix test which detect duplicate vxlan ifaceNicolas Dichtel
2016-02-09mac802154: fix typo IEEE802515 to IEEE802154Alexander Aring
2016-01-15unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat
2016-01-15net: fix IP early demux racesEric Dumazet
2016-01-15net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2016-01-15sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2015-12-14ipv6: add complete rcu protection around np->optEric Dumazet
2015-12-14ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček
2015-12-14ip_tunnel: disable preemption when updating per-cpu tstatsJason A. Donenfeld
2015-12-03net: avoid NULL deref in inet_ctl_sock_destroy()Eric Dumazet
2015-11-13net: add pfmemalloc check in sk_add_backlog()Eric Dumazet
2015-11-13af_unix: Convert the unix_sk macro to an inline function for type safetyAaron Conole
2015-09-28ipv6: lock socket in ip6_datagram_connect()Eric Dumazet
2015-07-05sctp: fix ASCONF list handlingMarcelo Ricardo Leitner
2015-07-05netfilter: nf_qeueue: Drop queue entries on nf_unregister_hookEric W. Biederman
2015-06-28net: add sk_fullsock() helperEric Dumazet
2015-06-28inet: add TCP_NEW_SYN_RECV stateEric Dumazet
2015-06-15tcp: fix child sockets to use system default congestion control if not setNeal Cardwell
2015-06-15sctp: Fix mangled IPv4 addresses on a IPv6 listening socketJason Gunthorpe
2015-06-10xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang
2015-04-27ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2015-03-06cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore
2015-02-26net: sched: fix panic in rate estimatorsEric Dumazet
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
2015-01-27net: Generalize ndo_gso_check to ndo_features_checkJesse Gross
2015-01-16Revert "mac80211: Fix accounting of the tailroom-needed counter"Johannes Berg
2014-11-26net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn
2014-11-18vxlan: Inline vxlan_gso_check().Joe Stringer
2014-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-11-14net: Add vxlan_gso_check() helperJoe Stringer
2014-11-12netfilter: nf_tables: restore synchronous object release from commit/abortPablo Neira Ayuso
2014-11-10udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.Jesse Gross
2014-11-06net/9p: remove a comment about pref member which doesn't existRyo Munakata