summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/sched: em_meta: Fix 'meta vlan' to correctly recognize zero VID framesShmulik Ladkani2017-03-161-4/+5
* tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet2017-02-261-0/+6
* dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov2017-02-261-1/+2
* ipv4: keep skb->dst around in presence of IP optionsEric Dumazet2017-02-261-1/+8
* ip6_gre: fix ip6gre_err() invalid readsEric Dumazet2017-02-261-19/+22
* net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet2017-02-231-2/+2
* sctp: validate chunk len before actually using itMarcelo Ricardo Leitner2017-02-231-6/+6
* tcp: take care of truncations done by sk_filter()Eric Dumazet2017-02-232-3/+22
* dccp: limit sk_filter trim to payloadWillem de Bruijn2017-02-233-5/+6
* rose: limit sk_filter trim to payloadWillem de Bruijn2017-02-232-6/+7
* net: Add __sock_queue_rcv_skb()Ben Hutchings2017-02-231-6/+13
* netfilter: nfnetlink: correctly validate length of batch messagesPhil Turnbull2017-02-231-4/+5
* can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde2017-02-231-0/+3
* net: ping: check minimum size on ICMP header lengthKees Cook2017-02-231-0/+4
* tipc: check minimum bearer MTUMichal Kubeček2017-02-232-2/+27
* ipv6: Set skb->protocol properly for local outputEli Cooper2017-02-231-0/+2
* ipv4: Set skb->protocol properly for local outputEli Cooper2017-02-231-0/+2
* packet: fix race condition in packet_set_ringPhilip Pettersson2017-02-231-6/+12
* batman-adv: Check for alloc errors when preparing TT local dataSven Eckelmann2017-02-231-2/+2
* netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia2017-02-231-2/+2
* l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault2017-02-232-4/+6
* cfg80211: limit scan results cache sizeJohannes Berg2017-02-232-0/+70
* rtnetlink: fix rtnl_vfinfo_sizeSabrina Dubroca2017-02-231-3/+4
* ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin2017-02-231-1/+3
* neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong2017-02-231-1/+1
* rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause2017-02-231-0/+1
* ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson2017-02-231-3/+2
* can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp2017-02-231-9/+23
* ipv6: Don't use ufo handling on later transformed packetsJakub Sitnicki2017-02-231-1/+1
* netfilter: nf_tables: destroy the set if fail to add transactionLiping Zhang2017-02-231-1/+3
* packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn2017-02-231-0/+11
* netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville2017-02-231-1/+1
* netfilter: nf_conntrack_sip: extend request line validationUlrich Weber2017-02-231-1/+4
* ipv4: use the right lock for ping_group_rangeWANG Cong2017-02-231-4/+4
* bridge: multicast: restore perm router ports on multicast enableNikolay Aleksandrov2017-02-231-9/+14
* netfilter: nf_tables: underflow in nft_parse_u32_check()Dan Carpenter2017-02-231-1/+1
* ipv6: correctly add local routes when lo goes upNicolas Dichtel2017-02-231-1/+1
* mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg2017-02-231-9/+15
* netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet2017-02-231-4/+3
* svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever2017-02-233-25/+17
* netfilter: nf_tables: validate maximum value of u32 netlink attributesLaura Garcia Liebana2017-02-236-7/+57
* netfilter: nft_exthdr: Add size check on u8 nft_exthdr attributesLaura Garcia Liebana2017-02-231-2/+9
* pkt_sched: fq: use proper locking in fq_dump_stats()Eric Dumazet2017-02-231-14/+18
* sctp: do not return the transmit err back to sctp_sendmsgXin Long2017-02-231-11/+5
* ipv4: accept u8 in IP_TOS ancillary dataEric Dumazet2017-02-231-2/+5
* netfilter: restart search if moved to other chainFlorian Westphal2017-02-231-0/+7
* Bluetooth: Fix potential NULL dereference in RFCOMM bind callbackJaganath Kanakkassery2016-11-201-8/+12
* ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2016-11-204-5/+10
* ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson2016-11-201-1/+0
* ip6_gre: Set flowi6_proto as IPPROTO_GRE in xmit path.Haishuang Yan2016-11-201-0/+1