summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2019-02-11cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore1-9/+16
2018-12-17net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca1-0/+1
2018-12-17netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo1-2/+2
2018-11-20vsock: split dwork to avoid reinitializationsCong Wang1-2/+2
2018-11-20netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet2-1/+1
2018-10-21soreuseport: initialise timewait reuseport fieldEric Dumazet1-0/+1
2018-10-21net: fix rtnh_ok()Eric Dumazet1-1/+1
2018-10-21net: core: dst: Add kernel-doc for 'net' parameterJonathan Neuschäfer1-0/+1
2018-06-17ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca3-3/+12
2018-06-17sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev1-0/+8
2018-06-17regulatory: add NUL to request alpha2Johannes Berg1-1/+1
2018-06-17udplite: fix partial checksum initializationAlexey Kodanev1-0/+1
2018-06-17sctp: Fix mangled IPv4 addresses on a IPv6 listening socketJason Gunthorpe1-2/+5
2018-03-03mac80211_hwsim: validate number of different channelsJohannes Berg1-0/+2
2018-03-03xfrm: Reinject transport-mode packets through taskletHerbert Xu1-0/+1
2018-03-03net_sched: red: Avoid illegal valuesNogah Frankel1-0/+11
2018-03-03net_sched: red: Avoid devision by zeroNogah Frankel1-1/+1
2018-03-03sctp: force the params with right types for sctp csum apisXin Long1-6/+7
2018-02-13sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe2-5/+5
2018-01-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet1-3/+3
2018-01-01udp: perform source validation for mcast early demuxPaolo Abeni1-1/+3
2018-01-01IPv4: early demux can return an error codePaolo Abeni3-3/+3
2017-11-26Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer1-25/+7
2017-11-11ipv6: fix sparse warning on rt6i_nodeWei Wang1-1/+1
2017-11-11ipv6: add rcu grace period before freeing fib6_nodeWei Wang1-1/+29
2017-11-11ipv6: Add rt6_get_cookie() functionMartin KaFai Lau2-1/+6
2017-11-11net_sched: fix order of queue length updates in qdisc_replace()Konstantin Khlebnikov1-1/+4
2017-11-11ipv4: add reference counting to metricsEric Dumazet2-6/+12
2017-11-11dst: Increase alignment of metrics to allow extra flag on pointersBen Hutchings1-1/+4
2017-11-11sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long1-2/+2
2017-11-11sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko1-0/+4
2017-09-15ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong1-0/+2
2017-09-15ipv6: initialize route null entry in addrconf_init()WANG Cong1-0/+1
2017-09-15net: ping: do not abuse udp_poll()Eric Dumazet1-0/+1
2017-09-15xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca1-10/+0
2017-03-16net: avoid sk_forward_alloc overflowsEric Dumazet1-0/+10
2017-03-16net: fix sk_mem_reclaim_partial()Eric Dumazet1-3/+3
2017-03-16net/sock: Add sock_efree() functionBen Hutchings1-0/+1
2017-03-16netlabel: out of bound access in cipso_v4_validate()Eric Dumazet1-0/+4
2017-03-16netfilter: nft_log: restrict the log prefix length to 127Liping Zhang1-0/+2
2017-03-16cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg1-0/+11
2017-02-23tcp: take care of truncations done by sk_filter()Eric Dumazet1-0/+1
2017-02-23dccp: limit sk_filter trim to payloadWillem de Bruijn1-1/+7
2017-02-23net: Add __sock_queue_rcv_skb()Ben Hutchings1-0/+1
2017-02-23ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()Eli Cooper1-0/+1
2017-02-23netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville1-1/+1
2017-02-23netfilter: nf_tables: validate maximum value of u32 netlink attributesLaura Garcia Liebana1-0/+1
2016-11-20tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet1-0/+2
2016-11-20ipv6: suppress sparse warnings in IP6_ECN_set_ce()Johannes Berg1-1/+2
2016-08-23net_sched: update hierarchical backlog tooWANG Cong2-2/+7