summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* phonet: properly unshare skbs in phonet_rcv()Eric Dumazet2016-01-281-0/+4
* tcp_yeah: don't set ssthresh below 2Neal Cardwell2016-01-281-1/+1
* net: possible use after free in dst_releaseFrancesco Ruggeri2016-01-281-1/+2
* bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa2016-01-281-1/+4
* unix: properly account for FDs passed over unix socketswilly tarreau2016-01-282-8/+32
* sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long2016-01-282-4/+5
* ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin2016-01-281-1/+1
* af_unix: fix incorrect revert of 'lock_interruptible' in stream receive codeWilly Tarreau2016-01-281-9/+9
* af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat2016-01-221-10/+3
* bluetooth: Validate socket address length in sco_sock_bind().David S. Miller2016-01-221-0/+3
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2016-01-225-0/+15
* ipv6: sctp: clone options to avoid use after freeEric Dumazet2016-01-221-0/+8
* sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2016-01-222-2/+3
* gre6: allow to update all parameters via rtnlNicolas Dichtel2016-01-221-5/+3
* ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet2016-01-221-1/+8
* ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2016-01-222-5/+10
* net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov2016-01-221-7/+8
* net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov2016-01-221-7/+8
* net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann2016-01-221-0/+2
* tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet2016-01-221-0/+1
* tcp: md5: fix lockdep annotationEric Dumazet2016-01-221-1/+2
* snmp: Remove duplicate OUTMCAST stat incrementNeil Horman2016-01-221-2/+0
* sctp: translate host order to network order when setting a hmacidlucien2016-01-221-2/+2
* unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat2016-01-221-19/+164
* Bluetooth: hidp: fix device disconnect on idle timeoutDavid Herrmann2015-12-091-0/+14
* mac80211: fix driver RSSI event calculationsJohannes Berg2015-12-091-1/+1
* RDS: verify the underlying transport exists before creating a connectionSasha Levin2015-12-091-0/+6
* net: fix a race in dst_release()Eric Dumazet2015-12-091-1/+1
* ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha2015-12-091-3/+3
* RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...Sowmini Varadhan2015-12-091-2/+9
* irda: precedence bug in irlmp_seq_hb_idx()Dan Carpenter2015-12-091-1/+1
* ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches2015-10-271-1/+1
* skbuff: Fix skb checksum partial check.Pravin B Shelar2015-10-271-4/+5
* af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole2015-10-271-1/+13
* l2tp: protect tunnel->del_work by ref_countAlexander Couzens2015-10-271-2/+9
* fib_rules: Fix dump_rules() not to exit earlyRoland Dreier2015-10-221-1/+1
* ipvs: fix crash with sync protocol v0 and FTPJulian Anastasov2015-10-221-1/+1
* ipvs: do not use random local source address for tunnelsJulian Anastasov2015-10-221-1/+0
* netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer2015-10-221-1/+2
* fib_rules: fix fib rule dumps across multiple skbsWilson Kok2015-10-011-5/+9
* sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner2015-10-011-23/+41
* net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing2015-10-011-1/+1
* ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann2015-10-011-1/+1
* ip6_gre: release cached dst on tunnel removalhuaibin Wang2015-10-011-0/+1
* rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter2015-10-011-1/+1
* netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal2015-10-011-32/+47
* inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee2015-10-011-2/+5
* ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2015-10-012-9/+27
* bridge: mdb: fix double add notificationNikolay Aleksandrov2015-10-011-1/+0
* net: Fix skb_set_peeked use-after-free bugHerbert Xu2015-10-011-6/+7