summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-73/+60
2017-03-30libceph: don't set weight to IN when OSD is destroyedIlya Dryomov1-1/+0
2017-03-30cgroup, net_cls: iterate the fds of only the tasks which are being migratedTejun Heo1-16/+16
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-30ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko1-1/+1
2017-03-30net: unix: properly re-increment inflight counter of GC discarded candidatesAndrey Ulanov1-8/+9
2017-03-30openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PADKris Murphy1-0/+2
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-26xprtrdma: Squelch kbuild sparse complaintChuck Lever1-1/+2
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: Do not decrement alive counter for unregister eventsDavid Ahern1-1/+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-22net/tunnel: set inner protocol in network gro hooksPaolo Abeni2-2/+6
2017-03-22dccp: fix use-after-free in dccp_feat_activate_valuesEric Dumazet1-8/+16
2017-03-22net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dumpAlexey Khoroshilov1-1/+0
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-22strparser: destroy workqueue on module exitWANG Cong1-0/+1
2017-03-22dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo1-0/+1
2017-03-22ipv6: orphan skbs in reassembly unitEric Dumazet2-1/+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-22net: bridge: allow IPv6 when multicast flood is disabledMike Manning1-1/+2
2017-03-22tcp/dccp: block BH for SYN processingEric Dumazet2-4/+16
2017-03-22l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber1-1/+1
2017-03-22net sched actions: decrement module reference count after table flush.Roman Mashak1-4/+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-15mac80211: use driver-indicated transmitter STA only for data framesJohannes Berg1-7/+9
2017-03-15mac80211: don't handle filtered frames within a BA sessionFelix Fietkau1-1/+2
2017-03-15mac80211: don't reorder frames with SN smaller than SSNSara Sharon3-3/+18
2017-03-15mac80211: flush delayed work when entering suspendMatt Chen1-0/+1
2017-03-12netfilter: conntrack: refine gc worker heuristics, reduxFlorian Westphal1-19/+20
2017-03-12netfilter: conntrack: remove GC_MAX_EVICTS breakFlorian Westphal1-5/+2
2017-03-12ceph: update readpages osd request according to size of pagesYan, Zheng1-1/+2
2017-03-12xprtrdma: Reduce required number of send SGEsChuck Lever3-9/+32
2017-03-12xprtrdma: Disable pad optimization by defaultChuck Lever2-1/+2