summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber2017-03-221-1/+1
* ipv4: mask tos for input routeJulian Anastasov2017-03-221-0/+1
* vti6: return GRE_KEY for vti6David Forster2017-03-221-0/+4
* netlink: remove mmapped netlink supportFlorian Westphal2017-03-224-806/+8
* mac80211: flush delayed work when entering suspendMatt Chen2017-03-151-0/+1
* net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat2017-02-261-1/+3
* ip: fix IP_CHECKSUM handlingPaolo Abeni2017-02-261-4/+4
* irda: Fix lockdep annotations in hashbin_delete().David S. Miller2017-02-261-18/+16
* dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov2017-02-261-1/+2
* packet: Do not call fanout_release from atomic contextsAnoob Soman2017-02-261-9/+22
* packet: fix races in fanout_add()Eric Dumazet2017-02-261-25/+30
* net/llc: avoid BUG_ON() in skb_orphan()Eric Dumazet2017-02-262-0/+6
* l2tp: do not use udp_ioctl()Eric Dumazet2017-02-183-2/+28
* ping: fix a null pointer dereferenceWANG Cong2017-02-181-0/+2
* packet: round up linear to header lenWillem de Bruijn2017-02-181-3/+4
* net: introduce device min_header_lenWillem de Bruijn2017-02-181-0/+1