summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* make skb_copy_datagram_msg() et.al. preserve ->msg_iter on errorAl Viro2017-04-211-9/+14
* net/packet: fix overflow in check for priv area sizeAndrey Konovalov2017-04-181-2/+2
* mac80211: unconditionally start new netdev queues with iTXQ supportJohannes Berg2017-04-121-1/+2
* cfg80211: check rdev resume callback only for registered wiphyArend Van Spriel2017-04-121-6/+4
* 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
* libceph: don't set weight to IN when OSD is destroyedIlya Dryomov2017-03-301-1/+0
* cgroup, net_cls: iterate the fds of only the tasks which are being migratedTejun Heo2017-03-301-16/+16
* nl80211: fix dumpit error path RTNL deadlocksJohannes Berg2017-03-301-71/+56
* net: solve a NAPI raceEric Dumazet2017-03-301-7/+74
* tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2017-03-302-1/+2
* genetlink: fix counting regression on ctrl_dumpfamily()Stanislaw Gruszka2017-03-301-1/+3
* 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
* ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko2017-03-301-1/+1
* net: unix: properly re-increment inflight counter of GC discarded candidatesAndrey Ulanov2017-03-301-8/+9
* openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PADKris Murphy2017-03-301-0/+2
* 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
* xprtrdma: Squelch kbuild sparse complaintChuck Lever2017-03-261-1/+2
* 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
* net: use net->count to check whether a netns is alive or notAndrey Vagin2017-03-221-3/+3
* 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: Do not decrement alive counter for unregister eventsDavid Ahern2017-03-221-1/+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
* net/tunnel: set inner protocol in network gro hooksPaolo Abeni2017-03-222-2/+6
* dccp: fix use-after-free in dccp_feat_activate_valuesEric Dumazet2017-03-221-8/+16
* net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dumpAlexey Khoroshilov2017-03-221-1/+0
* 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
* strparser: destroy workqueue on module exitWANG Cong2017-03-221-0/+1
* dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo2017-03-221-0/+1
* ipv6: orphan skbs in reassembly unitEric Dumazet2017-03-222-1/+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
* net: bridge: allow IPv6 when multicast flood is disabledMike Manning2017-03-221-1/+2
* tcp/dccp: block BH for SYN processingEric Dumazet2017-03-222-4/+16
* l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber2017-03-221-1/+1
* net sched actions: decrement module reference count after table flush.Roman Mashak2017-03-221-4/+1
* sctp: set sin_port for addr param when checking duplicate addressXin Long2017-03-221-1/+5
* ipv4: mask tos for input routeJulian Anastasov2017-03-221-0/+1
* ipv4: add missing initialization for flowi4_uidJulian Anastasov2017-03-222-3/+4
* vti6: return GRE_KEY for vti6David Forster2017-03-221-0/+4