summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-02-26tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet
2017-02-26dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov
2017-02-26ipv4: keep skb->dst around in presence of IP optionsEric Dumazet
2017-02-26ip6_gre: fix ip6gre_err() invalid readsEric Dumazet
2017-02-23net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet
2017-02-23sctp: validate chunk len before actually using itMarcelo Ricardo Leitner
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-23rose: limit sk_filter trim to payloadWillem de Bruijn
2017-02-23net: Add __sock_queue_rcv_skb()Ben Hutchings
2017-02-23netfilter: nfnetlink: correctly validate length of batch messagesPhil Turnbull
2017-02-23can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde
2017-02-23net: ping: check minimum size on ICMP header lengthKees Cook
2017-02-23tipc: check minimum bearer MTUMichal Kubeček
2017-02-23ipv6: Set skb->protocol properly for local outputEli Cooper
2017-02-23ipv4: Set skb->protocol properly for local outputEli Cooper
2017-02-23packet: fix race condition in packet_set_ringPhilip Pettersson
2017-02-23batman-adv: Check for alloc errors when preparing TT local dataSven Eckelmann
2017-02-23netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia
2017-02-23l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault
2017-02-23cfg80211: limit scan results cache sizeJohannes Berg
2017-02-23rtnetlink: fix rtnl_vfinfo_sizeSabrina Dubroca
2017-02-23ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin
2017-02-23neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong
2017-02-23rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause
2017-02-23ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson
2017-02-23can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp
2017-02-23ipv6: Don't use ufo handling on later transformed packetsJakub Sitnicki
2017-02-23netfilter: nf_tables: destroy the set if fail to add transactionLiping Zhang
2017-02-23packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn
2017-02-23netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville
2017-02-23netfilter: nf_conntrack_sip: extend request line validationUlrich Weber
2017-02-23ipv4: use the right lock for ping_group_rangeWANG Cong
2017-02-23bridge: multicast: restore perm router ports on multicast enableNikolay Aleksandrov
2017-02-23netfilter: nf_tables: underflow in nft_parse_u32_check()Dan Carpenter
2017-02-23ipv6: correctly add local routes when lo goes upNicolas Dichtel
2017-02-23mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg
2017-02-23netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet
2017-02-23svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever
2017-02-23netfilter: nf_tables: validate maximum value of u32 netlink attributesLaura Garcia Liebana
2017-02-23netfilter: nft_exthdr: Add size check on u8 nft_exthdr attributesLaura Garcia Liebana
2017-02-23pkt_sched: fq: use proper locking in fq_dump_stats()Eric Dumazet
2017-02-23sctp: do not return the transmit err back to sctp_sendmsgXin Long
2017-02-23ipv4: accept u8 in IP_TOS ancillary dataEric Dumazet
2017-02-23netfilter: restart search if moved to other chainFlorian Westphal
2016-11-20Bluetooth: Fix potential NULL dereference in RFCOMM bind callbackJaganath Kanakkassery
2016-11-20ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2016-11-20ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson
2016-11-20ip6_gre: Set flowi6_proto as IPPROTO_GRE in xmit path.Haishuang Yan
2016-11-20tcp: fix a compile error in DBGUNDO()Eric Dumazet