summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2018-02-13sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe
2018-01-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2018-01-01udp: perform source validation for mcast early demuxPaolo Abeni
2018-01-01IPv4: early demux can return an error codePaolo Abeni
2017-11-26Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer
2017-11-11ipv6: fix sparse warning on rt6i_nodeWei Wang
2017-11-11ipv6: add rcu grace period before freeing fib6_nodeWei Wang
2017-11-11ipv6: Add rt6_get_cookie() functionMartin KaFai Lau
2017-11-11net_sched: fix order of queue length updates in qdisc_replace()Konstantin Khlebnikov
2017-11-11ipv4: add reference counting to metricsEric Dumazet
2017-11-11dst: Increase alignment of metrics to allow extra flag on pointersBen Hutchings
2017-11-11sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long
2017-11-11sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko
2017-09-15ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong
2017-09-15ipv6: initialize route null entry in addrconf_init()WANG Cong
2017-09-15net: ping: do not abuse udp_poll()Eric Dumazet
2017-09-15xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca
2017-03-16net: avoid sk_forward_alloc overflowsEric Dumazet
2017-03-16net: fix sk_mem_reclaim_partial()Eric Dumazet
2017-03-16net/sock: Add sock_efree() functionBen Hutchings
2017-03-16netlabel: out of bound access in cipso_v4_validate()Eric Dumazet
2017-03-16netfilter: nft_log: restrict the log prefix length to 127Liping Zhang
2017-03-16cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg
2017-02-23tcp: take care of truncations done by sk_filter()Eric Dumazet
2017-02-23dccp: limit sk_filter trim to payloadWillem de Bruijn
2017-02-23net: Add __sock_queue_rcv_skb()Ben Hutchings
2017-02-23ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()Eli Cooper
2017-02-23netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville
2017-02-23netfilter: nf_tables: validate maximum value of u32 netlink attributesLaura Garcia Liebana
2016-11-20tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet
2016-11-20ipv6: suppress sparse warnings in IP6_ECN_set_ce()Johannes Berg
2016-08-22net_sched: update hierarchical backlog tooWANG Cong
2016-08-22net_sched: introduce qdisc_replace() helperWANG Cong
2016-03-24cfg80211/wext: fix message orderingJohannes Berg
2016-03-24route: check and remove route cache when we get routeXin Long
2016-02-25unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa
2016-01-28sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien
2016-01-28sctp: convert sack_needed and sack_generation to bitsMarcelo Ricardo Leitner
2016-01-28ipv6: update skb->csum when CE mark is propagatedEric Dumazet
2016-01-28vxlan: fix test which detect duplicate vxlan ifaceNicolas Dichtel
2016-01-25net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa
2016-01-04net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2016-01-04sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2015-12-18ipv6: add complete rcu protection around np->optEric Dumazet
2015-12-18ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček
2015-12-18ip_tunnel: disable preemption when updating per-cpu tstatsJason A. Donenfeld
2015-12-18unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat
2015-12-13netfilter: remove dead codeFlavio Leitner
2015-12-09net: avoid NULL deref in inet_ctl_sock_destroy()Eric Dumazet
2015-10-28net: add pfmemalloc check in sk_add_backlog()Eric Dumazet