summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* l2tp: take reference on sessions being dumpedGuillaume Nault2017-05-025-11/+27
* net/packet: fix overflow in check for tp_reserveAndrey Konovalov2017-05-021-0/+2
* net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov2017-05-021-0/+2
* l2tp: purge socket queues in the .destruct() callbackGuillaume Nault2017-05-021-3/+4
* net: neigh: guard against NULL solicit() methodEric Dumazet2017-05-021-1/+2
* RDS: Fix the atomicity for congestion map updatesantosh.shilimkar@oracle.com2017-05-021-2/+2
* net_sched: close another race condition in tcf_mirred_release()WANG Cong2017-05-021-2/+3
* ping: implement proper lockingEric Dumazet2017-04-301-2/+3
* tipc: check minimum bearer MTUMichal Kubeček2017-04-303-2/+29
* netfilter: nfnetlink: correctly validate length of batch messagesPhil Turnbull2017-04-301-4/+6
* tipc: fix socket timer deadlockJon Paul Maloy2017-04-301-12/+42
* tipc: fix random link resets while adding a second bearerParthasarathy Bhuvaragan2017-04-301-3/+5
* tipc: correct error in node fsmJon Paul Maloy2017-04-301-2/+2
* tipc: re-enable compensation for socket receive buffer double countingJon Paul Maloy2017-04-301-1/+1
* tipc: make dist queue pernetErik Hugne2017-04-303-9/+11
* tipc: make sure IPv6 header fits in skb headroomRichard Alpe2017-04-301-1/+1
* tipc: fix crash during node removalJon Paul Maloy2017-04-271-13/+11
* mac80211: reject ToDS broadcast data framesJohannes Berg2017-04-271-0/+21
* VSOCK: Detach QP check should filter out non matching QPs.Jorgen Hansen2017-04-271-2/+2
* sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner2017-04-211-2/+6
* net: ipv6: check route protocol when deleting routesMantas M2017-04-211-0/+2
* SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown2017-04-211-1/+6
* net/packet: fix overflow in check for priv area sizeAndrey Konovalov2017-04-181-2/+2
* libceph: force GFP_NOIO for socket allocationsIlya Dryomov2017-04-081-0/+6
* xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft2017-03-311-1/+5
* xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft2017-03-311-0/+3
* xfrm: policy: init locks earlyFlorian Westphal2017-03-311-5/+5
* nl80211: fix dumpit error path RTNL deadlocksJohannes Berg2017-03-301-68/+53
* libceph: don't set weight to IN when OSD is destroyedIlya Dryomov2017-03-301-1/+0
* tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2017-03-302-1/+2
* socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann2017-03-301-0/+6
* ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet2017-03-301-1/+2
* net: unix: properly re-increment inflight counter of GC discarded candidatesAndrey Ulanov2017-03-301-8/+9
* net: properly release sk_frag.pageEric Dumazet2017-03-301-5/+5
* net/openvswitch: Set the ipv6 source tunnel key address attribute correctlyOr Gerlitz2017-03-301-1/+1
* net sched actions: decrement module reference count after table flush.Roman Mashak2017-03-221-4/+1
* dccp: fix memory leak during tear-down of unsuccessful connection requestHannes Frederic Sowa2017-03-221-0/+1
* dccp/tcp: fix routing redirect raceJon Maxwell2017-03-224-8/+14
* bridge: drop netfilter fake rtable unconditionallyFlorian Westphal2017-03-222-21/+1
* ipv6: avoid write to a possibly cloned skbFlorian Westphal2017-03-221-1/+6
* ipv6: make ECMP route replacement less greedySabrina Dubroca2017-03-221-0/+2
* mpls: Send route delete notifications when router module is unloadedDavid Ahern2017-03-221-0/+1
* act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss2017-03-221-0/+3
* dccp: fix use-after-free in dccp_feat_activate_valuesEric Dumazet2017-03-221-8/+16
* net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet2017-03-221-7/+8
* net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet2017-03-221-7/+8
* tcp: fix various issues for sockets morphing to listen stateEric Dumazet2017-03-222-4/+9
* dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo2017-03-221-0/+1
* net: net_enable_timestamp() can be called from irq contextsEric Dumazet2017-03-221-4/+31
* net: don't call strlen() on the user buffer in packet_bind_spkt()Alexander Potapenko2017-03-221-2/+6