summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* rfkill: fix rfkill_fop_read wait_event usageJohannes Berg2016-02-151-12/+4
* mac80211: Requeue work after scan complete for all VIF types.Sachin Kulkarni2016-02-155-19/+11
* mac802154: fix typo IEEE802515 to IEEE802154Alexander Aring2016-02-091-3/+3
* net: check both type and procotol for tcp socketsWANG Cong2016-01-222-2/+4
* RDS: verify the underlying transport exists before creating a connectionSasha Levin2016-01-221-0/+6
* RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas2016-01-212-7/+3
* unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat2016-01-151-19/+164
* af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat2016-01-151-10/+3
* fou: clean up socket with kfree_rcuHannes Frederic Sowa2016-01-151-1/+2
* bluetooth: Validate socket address length in sco_sock_bind().David S. Miller2016-01-151-0/+3
* skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich2016-01-151-1/+1
* vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich2016-01-151-1/+2
* net: fix IP early demux racesEric Dumazet2016-01-152-5/+3
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2016-01-155-0/+15
* ipv6: sctp: clone options to avoid use after freeEric Dumazet2016-01-151-0/+8
* sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner2016-01-151-0/+1
* sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2016-01-152-2/+3
* sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner2016-01-151-2/+2
* gre6: allow to update all parameters via rtnlNicolas Dichtel2016-01-151-5/+3
* ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet2015-12-141-1/+8
* net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov2015-12-141-2/+2
* ipv6: add complete rcu protection around np->optEric Dumazet2015-12-1411-51/+103
* ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2015-12-142-5/+10
* net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov2015-12-141-7/+8
* net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov2015-12-141-7/+8
* net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann2015-12-141-0/+2
* tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet2015-12-141-0/+1
* tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet2015-12-141-3/+19
* tcp: md5: fix lockdep annotationEric Dumazet2015-12-141-1/+2
* snmp: Remove duplicate OUTMCAST stat incrementNeil Horman2015-12-141-2/+0
* sctp: translate host order to network order when setting a hmacidlucien2015-12-141-2/+2
* packet: fix tpacket_snd max frame lenDaniel Borkmann2015-12-141-4/+5
* packet: infer protocol from ethernet header if unsetDaniel Borkmann2015-12-141-0/+11
* packet: only allow extra vlan len on ethernet devicesDaniel Borkmann2015-12-141-35/+25
* packet: tpacket_snd(): fix signed/unsigned comparisonAlexander Drozdov2015-12-141-1/+2
* packet: always probe for transport headerDaniel Borkmann2015-12-141-4/+3
* packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann2015-12-141-2/+3
* Revert "net: Fix skb_set_peeked use-after-free bug"Sasha Levin2015-12-141-38/+3
* ipv6: addrconf: validate new MTU before applying itMarcelo Leitner2015-12-141-1/+16
* RDS: verify the underlying transport exists before creating a connectionSasha Levin2015-12-141-0/+6
* packet: race condition in packet_bindFrancesco Ruggeri2015-12-141-31/+49
* ipv4: disable BH when changing ip local port rangeWANG Cong2015-12-141-2/+2
* ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_devSabrina Dubroca2015-12-141-0/+1
* sit: fix sit0 percpu double allocationsEric Dumazet2015-12-141-23/+4
* ipv6: gre: support SIT encapsulationEric Dumazet2015-12-031-1/+2
* net: fix a race in dst_release()Eric Dumazet2015-12-031-1/+1
* ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha2015-12-031-3/+3
* RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...Sowmini Varadhan2015-12-031-2/+9
* irda: precedence bug in irlmp_seq_hb_idx()Dan Carpenter2015-12-031-1/+1
* ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches2015-11-131-1/+1