summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-12-15batman-adv: Check for alloc errors when preparing TT local dataSven Eckelmann1-2/+2
2016-12-15can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde1-0/+3
2016-12-10esp6: Fix integrity verification when ESN are usedTobias Brunner1-1/+1
2016-12-10esp4: Fix integrity verification when ESN are usedTobias Brunner1-1/+1
2016-12-10ipv4: Set skb->protocol properly for local outputEli Cooper1-0/+3
2016-12-10ipv6: Set skb->protocol properly for local outputEli Cooper1-0/+2
2016-12-10net: ping: check minimum size on ICMP header lengthKees Cook1-0/+4
2016-12-10net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet1-2/+2
2016-12-10packet: fix race condition in packet_set_ringPhilip Pettersson1-6/+12
2016-12-10net/dccp: fix use-after-free in dccp_invalid_packetEric Dumazet1-5/+7
2016-12-10netlink: Do not schedule work from sk_destructHerbert Xu1-17/+15
2016-12-10netlink: Call cb->done from a worker threadHerbert Xu2-4/+25
2016-12-10net/sched: pedit: make sure that offset is validAmir Vadai1-4/+20
2016-12-10net, sched: respect rcu grace period on cls destructionDaniel Borkmann7-20/+31
2016-12-10l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault2-4/+6
2016-12-10rtnetlink: fix FDB size computationSabrina Dubroca1-1/+4
2016-12-10af_unix: conditionally use freezable blocking calls in readWANG Cong1-6/+11
2016-12-10ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni1-2/+11
2016-12-10net: check dead netns for peernet2id_alloc()WANG Cong1-0/+2
2016-12-02flow_dissect: call init_default_flow_dissectors() earlierEric Dumazet1-1/+1
2016-12-02cfg80211: limit scan results cache sizeJohannes Berg2-0/+70
2016-11-26netfilter: nft_dynset: fix element timeout for HZ != 1000Anders K. Pedersen1-2/+4
2016-11-26can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp1-9/+23
2016-11-21tcp: take care of truncations done by sk_filter()Eric Dumazet3-8/+27
2016-11-21ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin1-1/+3
2016-11-21net: __skb_flow_dissect() must cap its return valueEric Dumazet1-3/+8
2016-11-21sock: fix sendmmsg for partial sendmsgSoheil Hassas Yeganeh1-0/+2
2016-11-21fib_trie: Correct /proc/net/route off by one errorAlexander Duyck1-12/+9
2016-11-21sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner1-2/+5
2016-11-21ipv6: dccp: add missing bind_conflict to dccp_ipv6_mappedEric Dumazet1-0/+1
2016-11-21ipv6: dccp: fix out of bound access in dccp_v6_err()Eric Dumazet1-7/+8
2016-11-21dccp: fix out of bound access in dccp_v4_err()Eric Dumazet1-6/+8
2016-11-21dccp: do not send reset to already closed socketsEric Dumazet1-0/+4
2016-11-21tcp: fix potential memory corruptionEric Dumazet1-1/+1
2016-11-21net: mangle zero checksum in skb_checksum_help()Eric Dumazet1-1/+1
2016-11-21net: clear sk_err_soft in sk_clone_lock()Eric Dumazet1-0/+1
2016-11-21dctcp: avoid bogus doubling of cwnd after lossFlorian Westphal1-1/+12
2016-11-18netfilter: fix namespace handling in nf_log_proc_dostringJann Horn1-2/+4
2016-11-15packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn2-5/+5
2016-11-15sctp: validate chunk len before actually using itMarcelo Ricardo Leitner1-6/+6
2016-11-15net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim1-1/+2
2016-11-15udp: fix IP_CHECKSUM handlingEric Dumazet3-6/+9
2016-11-15net: sctp, forbid negative lengthJiri Slaby1-1/+4
2016-11-15ipv4: use the right lock for ping_group_rangeWANG Cong1-4/+4
2016-11-15ipv4: disable BH in set_ping_group_range()Eric Dumazet1-2/+2
2016-11-15net: add recursion limit to GROSabrina Dubroca8-9/+10
2016-11-15bridge: multicast: restore perm router ports on multicast enableNikolay Aleksandrov1-9/+14
2016-11-15net: pktgen: remove rcu locking in pktgen_change_name()Eric Dumazet1-7/+10
2016-11-15ipv6: correctly add local routes when lo goes upNicolas Dichtel1-1/+1
2016-11-15ip6_tunnel: fix ip6_tnl_lookupVadim Fedorenko1-0/+2