summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-01-23af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat1-10/+3
2016-01-23bluetooth: Validate socket address length in sco_sock_bind().David S. Miller1-0/+3
2016-01-23net: add validation for the socket syscall protocol argumentHannes Frederic Sowa5-0/+15
2016-01-23ipv6: sctp: clone options to avoid use after freeEric Dumazet1-0/+8
2016-01-23sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2-2/+3
2016-01-23gre6: allow to update all parameters via rtnlNicolas Dichtel1-5/+3
2016-01-23ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet1-1/+8
2016-01-23ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2-5/+10
2016-01-23net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2016-01-23net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2016-01-23net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann1-0/+2
2016-01-23tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet1-0/+1
2016-01-23tcp: md5: fix lockdep annotationEric Dumazet1-1/+2
2016-01-23snmp: Remove duplicate OUTMCAST stat incrementNeil Horman1-2/+0
2016-01-23sctp: translate host order to network order when setting a hmacidlucien1-2/+2
2016-01-23unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat1-19/+164
2015-12-09Bluetooth: hidp: fix device disconnect on idle timeoutDavid Herrmann1-0/+14
2015-12-09mac80211: fix driver RSSI event calculationsJohannes Berg1-1/+1
2015-12-09RDS: verify the underlying transport exists before creating a connectionSasha Levin1-0/+6
2015-12-09net: fix a race in dst_release()Eric Dumazet1-1/+1
2015-12-09ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha1-3/+3
2015-12-09RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...Sowmini Varadhan1-2/+9
2015-12-09irda: precedence bug in irlmp_seq_hb_idx()Dan Carpenter1-1/+1
2015-10-27ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches1-1/+1
2015-10-27skbuff: Fix skb checksum partial check.Pravin B Shelar1-4/+5
2015-10-27af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole1-1/+13
2015-10-27l2tp: protect tunnel->del_work by ref_countAlexander Couzens1-2/+9
2015-10-23fib_rules: Fix dump_rules() not to exit earlyRoland Dreier1-1/+1
2015-10-23ipvs: fix crash with sync protocol v0 and FTPJulian Anastasov1-1/+1
2015-10-23ipvs: do not use random local source address for tunnelsJulian Anastasov1-1/+0
2015-10-23netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer1-1/+2
2015-10-01fib_rules: fix fib rule dumps across multiple skbsWilson Kok1-5/+9
2015-10-01sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner1-23/+41
2015-10-01net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing1-1/+1
2015-10-01ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann1-1/+1
2015-10-01ip6_gre: release cached dst on tunnel removalhuaibin Wang1-0/+1
2015-10-01rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter1-1/+1
2015-10-01netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal1-32/+47
2015-10-01inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee1-2/+5
2015-10-01ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2-9/+27
2015-10-01bridge: mdb: fix double add notificationNikolay Aleksandrov1-1/+0
2015-10-01net: Fix skb_set_peeked use-after-free bugHerbert Xu1-6/+7
2015-10-01net: Fix skb csum races when peekingHerbert Xu1-1/+2
2015-10-01net: Clone skb before setting peeked flagHerbert Xu1-3/+38
2015-10-01net: call rcu_read_lock early in process_backlogJulian Anastasov1-15/+14
2015-10-01net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov1-1/+3
2015-10-01bridge: mdb: zero out the local br_ip variable before useNikolay Aleksandrov1-0/+2
2015-10-01net/tipc: initialize security state for new connection socketStephen Smalley1-0/+1
2015-10-01ipv6: Make MLD packets to only be processed locallyAngga1-3/+3
2015-10-01sctp: fix ASCONF list handlingMarcelo Ricardo Leitner1-11/+32