summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-10-26net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo
2016-10-26net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov
2016-10-26tcp: make challenge acks less predictableEric Dumazet
2016-10-26ipv6: fix handling of blackhole and prohibit routesNicolas Dichtel
2016-10-26ipv6: don't call fib6_run_gc() until routing is readyMichal Kubeček
2016-10-26ipv6: update ip6_rt_last_gc every time GC is runMichal Kubeček
2016-10-26sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss
2016-10-26udp: properly support MSG_PEEK with truncated buffersEric Dumazet
2016-10-26net: Fix skb csum races when peekingHerbert Xu
2016-10-26af_unix: fix a fatal race with bit fieldsEric Dumazet
2016-10-26net: possible use after free in dst_releaseFrancesco Ruggeri
2016-10-26ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin
2016-10-26rfkill: copy the name into the rfkill structJohannes Berg
2016-10-26sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien
2016-10-26net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov
2016-10-26net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2016-10-26ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong
2016-10-26tcp: md5: fix lockdep annotationEric Dumazet
2016-10-26mac80211: mesh: fix call_rcu() usageJohannes Berg
2016-10-26net: fix __netdev_update_features return on ndo_set_features failureNikolay Aleksandrov
2016-10-26sctp: translate host order to network order when setting a hmacidlucien
2016-10-26net: fix a race in dst_release()Eric Dumazet
2016-10-26ipv6: fix tunnel error handlingMichal Kubeček
2016-10-26mac80211: fix driver RSSI event calculationsJohannes Berg
2016-04-27ipv6: Fix IPsec pre-encap fragmentation checkHerbert Xu
2016-04-27SUNRPC: xs_reset_transport must mark the connection as disconnectedTrond Myklebust
2016-04-27svcrdma: Fix send_reply() scatter/gather set-upChuck Lever
2016-04-27mac80211: enable assoc check for mesh interfacesBob Copeland
2016-03-21af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat
2016-03-21ipv6: prevent fib6_run_gc() contentionMichal Kubeček
2016-03-21SUNRPC: never enqueue a ->rq_cong request on ->sendingNeil Brown
2016-03-21atm: deal with setting entry before mkip was calledSasha Levin
2016-03-21netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_getAndrey Vagin
2016-03-21ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa
2016-03-21net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com
2016-03-21ipv6: addrconf: validate new MTU before applying itMarcelo Leitner
2016-03-21RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas
2016-03-21RDS: verify the underlying transport exists before creating a connectionSasha Levin
2016-03-21net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2016-03-21unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat
2016-03-21sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE statelucien
2016-03-21net: Fix RCU splat in af_keyDavid Ahern
2016-03-21rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter
2016-03-21netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer
2016-03-21inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee
2016-03-21mac80211: clear subdir_stations when removing debugfsTom Hughes
2016-03-21net: Clone skb before setting peeked flagHerbert Xu
2016-03-21rds: rds_ib_device.refcount overflowWengang Wang
2016-03-21net: call rcu_read_lock early in process_backlogJulian Anastasov
2016-03-21net: do not process device backlog during unregistrationJulian Anastasov