summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-02-15net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin1-1/+1
2016-02-15net: possible use after free in dst_releaseFrancesco Ruggeri1-1/+2
2016-02-15net: sched: fix missing free per cpu on qstatsJohn Fastabend1-1/+3
2016-02-15bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa1-1/+4
2016-02-15unix: properly account for FDs passed over unix socketswilly tarreau2-8/+32
2016-02-15sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long2-4/+5
2016-02-15ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin1-1/+1
2016-02-15rfkill: fix rfkill_fop_read wait_event usageJohannes Berg1-12/+4
2016-02-15mac80211: Requeue work after scan complete for all VIF types.Sachin Kulkarni5-19/+11
2016-02-10mac802154: fix typo IEEE802515 to IEEE802154Alexander Aring1-3/+3
2016-01-22net: check both type and procotol for tcp socketsWANG Cong2-2/+4
2016-01-22RDS: verify the underlying transport exists before creating a connectionSasha Levin1-0/+6
2016-01-21RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas2-7/+3
2016-01-16unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat1-19/+164
2016-01-16af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat1-10/+3
2016-01-16fou: clean up socket with kfree_rcuHannes Frederic Sowa1-1/+2
2016-01-16bluetooth: Validate socket address length in sco_sock_bind().David S. Miller1-0/+3
2016-01-16skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich1-1/+1
2016-01-16vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich1-1/+2
2016-01-16net: fix IP early demux racesEric Dumazet2-5/+3
2016-01-16net: add validation for the socket syscall protocol argumentHannes Frederic Sowa5-0/+15
2016-01-16ipv6: sctp: clone options to avoid use after freeEric Dumazet1-0/+8
2016-01-16sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner1-0/+1
2016-01-16sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2-2/+3
2016-01-16sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner1-2/+2
2016-01-16gre6: allow to update all parameters via rtnlNicolas Dichtel1-5/+3
2015-12-14ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet1-1/+8
2015-12-14net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov1-2/+2
2015-12-14ipv6: add complete rcu protection around np->optEric Dumazet11-51/+103
2015-12-14ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2-5/+10
2015-12-14net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-12-14net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-12-14net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann1-0/+2
2015-12-14tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet1-0/+1
2015-12-14tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet1-3/+19
2015-12-14tcp: md5: fix lockdep annotationEric Dumazet1-1/+2
2015-12-14snmp: Remove duplicate OUTMCAST stat incrementNeil Horman1-2/+0
2015-12-14sctp: translate host order to network order when setting a hmacidlucien1-2/+2
2015-12-14packet: fix tpacket_snd max frame lenDaniel Borkmann1-4/+5
2015-12-14packet: infer protocol from ethernet header if unsetDaniel Borkmann1-0/+11
2015-12-14packet: only allow extra vlan len on ethernet devicesDaniel Borkmann1-35/+25
2015-12-14packet: tpacket_snd(): fix signed/unsigned comparisonAlexander Drozdov1-1/+2
2015-12-14packet: always probe for transport headerDaniel Borkmann1-4/+3
2015-12-14packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann1-2/+3
2015-12-14Revert "net: Fix skb_set_peeked use-after-free bug"Sasha Levin1-38/+3
2015-12-14ipv6: addrconf: validate new MTU before applying itMarcelo Leitner1-1/+16
2015-12-14RDS: verify the underlying transport exists before creating a connectionSasha Levin1-0/+6
2015-12-14packet: race condition in packet_bindFrancesco Ruggeri1-31/+49
2015-12-14ipv4: disable BH when changing ip local port rangeWANG Cong1-2/+2
2015-12-14ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_devSabrina Dubroca1-0/+1