summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-02-26tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet1-0/+6
2017-02-26dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov1-1/+2
2017-02-26ipv4: keep skb->dst around in presence of IP optionsEric Dumazet1-1/+8
2017-02-26ip6_gre: fix ip6gre_err() invalid readsEric Dumazet1-19/+22
2017-02-23net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet1-2/+2
2017-02-23sctp: validate chunk len before actually using itMarcelo Ricardo Leitner1-6/+6
2017-02-23tcp: take care of truncations done by sk_filter()Eric Dumazet2-3/+22
2017-02-23dccp: limit sk_filter trim to payloadWillem de Bruijn3-5/+6
2017-02-23rose: limit sk_filter trim to payloadWillem de Bruijn2-6/+7
2017-02-23net: Add __sock_queue_rcv_skb()Ben Hutchings1-6/+13
2017-02-23netfilter: nfnetlink: correctly validate length of batch messagesPhil Turnbull1-4/+5
2017-02-23can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde1-0/+3
2017-02-23net: ping: check minimum size on ICMP header lengthKees Cook1-0/+4
2017-02-23tipc: check minimum bearer MTUMichal Kubeček2-2/+27
2017-02-23ipv6: Set skb->protocol properly for local outputEli Cooper1-0/+2
2017-02-23ipv4: Set skb->protocol properly for local outputEli Cooper1-0/+2
2017-02-23packet: fix race condition in packet_set_ringPhilip Pettersson1-6/+12
2017-02-23batman-adv: Check for alloc errors when preparing TT local dataSven Eckelmann1-2/+2
2017-02-23netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia1-2/+2
2017-02-23l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault2-4/+6
2017-02-23cfg80211: limit scan results cache sizeJohannes Berg2-0/+70
2017-02-23rtnetlink: fix rtnl_vfinfo_sizeSabrina Dubroca1-3/+4
2017-02-23ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin1-1/+3
2017-02-23neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong1-1/+1
2017-02-23rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause1-0/+1
2017-02-23ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson1-3/+2
2017-02-23can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp1-9/+23
2017-02-23ipv6: Don't use ufo handling on later transformed packetsJakub Sitnicki1-1/+1
2017-02-23netfilter: nf_tables: destroy the set if fail to add transactionLiping Zhang1-1/+3
2017-02-23packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn1-0/+11
2017-02-23netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville1-1/+1
2017-02-23netfilter: nf_conntrack_sip: extend request line validationUlrich Weber1-1/+4
2017-02-23ipv4: use the right lock for ping_group_rangeWANG Cong1-4/+4
2017-02-23bridge: multicast: restore perm router ports on multicast enableNikolay Aleksandrov1-9/+14
2017-02-23netfilter: nf_tables: underflow in nft_parse_u32_check()Dan Carpenter1-1/+1
2017-02-23ipv6: correctly add local routes when lo goes upNicolas Dichtel1-1/+1
2017-02-23mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg1-9/+15
2017-02-23netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet1-4/+3
2017-02-23svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever3-25/+17
2017-02-23netfilter: nf_tables: validate maximum value of u32 netlink attributesLaura Garcia Liebana6-7/+57
2017-02-23netfilter: nft_exthdr: Add size check on u8 nft_exthdr attributesLaura Garcia Liebana1-2/+9
2017-02-23pkt_sched: fq: use proper locking in fq_dump_stats()Eric Dumazet1-14/+18
2017-02-23sctp: do not return the transmit err back to sctp_sendmsgXin Long1-11/+5
2017-02-23ipv4: accept u8 in IP_TOS ancillary dataEric Dumazet1-2/+5
2017-02-23netfilter: restart search if moved to other chainFlorian Westphal1-0/+7
2016-11-20Bluetooth: Fix potential NULL dereference in RFCOMM bind callbackJaganath Kanakkassery1-8/+12
2016-11-20ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov4-5/+10
2016-11-20ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson1-1/+0
2016-11-20ip6_gre: Set flowi6_proto as IPPROTO_GRE in xmit path.Haishuang Yan1-0/+1
2016-11-20tcp: fix a compile error in DBGUNDO()Eric Dumazet1-2/+1