summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-05-03net_sched: close another race condition in tcf_mirred_release()WANG Cong1-2/+3
2017-04-30ping: implement proper lockingEric Dumazet1-2/+3
2017-04-30tipc: check minimum bearer MTUMichal Kubeček3-2/+29
2017-04-30netfilter: nfnetlink: correctly validate length of batch messagesPhil Turnbull1-4/+6
2017-04-30tipc: fix socket timer deadlockJon Paul Maloy1-12/+42
2017-04-30tipc: fix random link resets while adding a second bearerParthasarathy Bhuvaragan1-3/+5
2017-04-30tipc: correct error in node fsmJon Paul Maloy1-2/+2
2017-04-30tipc: re-enable compensation for socket receive buffer double countingJon Paul Maloy1-1/+1
2017-04-30tipc: make dist queue pernetErik Hugne3-9/+11
2017-04-30tipc: make sure IPv6 header fits in skb headroomRichard Alpe1-1/+1
2017-04-27tipc: fix crash during node removalJon Paul Maloy1-13/+11
2017-04-27mac80211: reject ToDS broadcast data framesJohannes Berg1-0/+21
2017-04-27VSOCK: Detach QP check should filter out non matching QPs.Jorgen Hansen1-2/+2
2017-04-21sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner1-2/+6
2017-04-21net: ipv6: check route protocol when deleting routesMantas M1-0/+2
2017-04-21SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown1-1/+6
2017-04-18net/packet: fix overflow in check for priv area sizeAndrey Konovalov1-2/+2
2017-04-08libceph: force GFP_NOIO for socket allocationsIlya Dryomov1-0/+6
2017-03-31xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft1-1/+5
2017-03-31xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft1-0/+3
2017-03-31xfrm: policy: init locks earlyFlorian Westphal1-5/+5
2017-03-30nl80211: fix dumpit error path RTNL deadlocksJohannes Berg1-68/+53
2017-03-30libceph: don't set weight to IN when OSD is destroyedIlya Dryomov1-1/+0
2017-03-30tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2-1/+2
2017-03-30socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann1-0/+6
2017-03-30ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet1-1/+2
2017-03-30net: unix: properly re-increment inflight counter of GC discarded candidatesAndrey Ulanov1-8/+9
2017-03-30net: properly release sk_frag.pageEric Dumazet1-5/+5
2017-03-30net/openvswitch: Set the ipv6 source tunnel key address attribute correctlyOr Gerlitz1-1/+1
2017-03-22net sched actions: decrement module reference count after table flush.Roman Mashak1-4/+1
2017-03-22dccp: fix memory leak during tear-down of unsuccessful connection requestHannes Frederic Sowa1-0/+1
2017-03-22dccp/tcp: fix routing redirect raceJon Maxwell4-8/+14
2017-03-22bridge: drop netfilter fake rtable unconditionallyFlorian Westphal2-21/+1
2017-03-22ipv6: avoid write to a possibly cloned skbFlorian Westphal1-1/+6
2017-03-22ipv6: make ECMP route replacement less greedySabrina Dubroca1-0/+2
2017-03-22mpls: Send route delete notifications when router module is unloadedDavid Ahern1-0/+1
2017-03-22act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss1-0/+3
2017-03-22dccp: fix use-after-free in dccp_feat_activate_valuesEric Dumazet1-8/+16
2017-03-22net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet1-7/+8
2017-03-22net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet1-7/+8
2017-03-22tcp: fix various issues for sockets morphing to listen stateEric Dumazet2-4/+9
2017-03-22dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo1-0/+1
2017-03-22net: net_enable_timestamp() can be called from irq contextsEric Dumazet1-4/+31
2017-03-22net: don't call strlen() on the user buffer in packet_bind_spkt()Alexander Potapenko1-2/+6
2017-03-22l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber1-1/+1
2017-03-22ipv4: mask tos for input routeJulian Anastasov1-0/+1
2017-03-22vti6: return GRE_KEY for vti6David Forster1-0/+4
2017-03-22netlink: remove mmapped netlink supportFlorian Westphal4-806/+8
2017-03-15mac80211: flush delayed work when entering suspendMatt Chen1-0/+1
2017-02-26net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat1-1/+3