summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-04-11ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn1-2/+4
2017-04-07libceph: force GFP_NOIO for socket allocationsIlya Dryomov1-0/+6
2017-04-07xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft1-1/+5
2017-04-07xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft1-0/+3
2017-04-07nl80211: fix dumpit error path RTNL deadlocksJohannes Berg1-31/+21
2017-04-07libceph: don't set weight to IN when OSD is destroyedIlya Dryomov1-1/+0
2017-04-07tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2-1/+2
2017-04-07ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet1-1/+2
2017-04-07net: unix: properly re-increment inflight counter of GC discarded candidatesAndrey Ulanov1-9/+9
2017-04-07net: properly release sk_frag.pageEric Dumazet1-5/+5
2017-04-07netlink: remove mmapped netlink supportFlorian Westphal4-781/+8
2017-03-28net sched actions: decrement module reference count after table flush.Roman Mashak1-4/+1
2017-03-28dccp: fix memory leak during tear-down of unsuccessful connection requestHannes Frederic Sowa1-0/+1
2017-03-28dccp/tcp: fix routing redirect raceJon Maxwell4-8/+14
2017-03-28ipv6: avoid write to a possibly cloned skbFlorian Westphal1-1/+6
2017-03-28tcp: fix various issues for sockets morphing to listen stateEric Dumazet2-4/+9
2017-03-28dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo1-0/+1
2017-03-28net: net_enable_timestamp() can be called from irq contextsEric Dumazet1-4/+31
2017-03-28net: don't call strlen() on the user buffer in packet_bind_spkt()Alexander Potapenko1-2/+6
2017-03-28l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber1-1/+1
2017-03-28ipv4: mask tos for input routeJulian Anastasov1-0/+1
2017-03-13mac80211: flush delayed work when entering suspendMatt Chen1-0/+1
2017-03-13net/sched: em_meta: Fix 'meta vlan' to correctly recognize zero VID framesShmulik Ladkani1-4/+5
2017-03-11sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner1-2/+6
2017-03-03vti4: Don't count header length twice.Steffen Klassert1-1/+0
2017-03-03net: sctp: rework multihoming retransmission path selection to rfc4960Daniel Borkmann1-50/+79
2017-03-03ipv6: simplify detection of first operational link-local address on interfaceHannes Frederic Sowa1-21/+17
2017-03-03net: 6lowpan: fix lowpan_header_create non-compression memcpy callDaniel Borkmann1-1/+1
2017-03-03ipv6: fix the use of pcpu_tstats in ip6_tunnelLi RongQing1-5/+16
2017-03-036lowpan: release device on error pathDan Carpenter1-1/+3
2017-03-01af_packet: remove a stray tab in packet_set_ring()Dan Carpenter1-1/+1
2017-03-01net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat1-1/+3
2017-03-01irda: Fix lockdep annotations in hashbin_delete().David S. Miller1-18/+16
2017-03-01dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov1-1/+2
2017-03-01packet: Do not call fanout_release from atomic contextsAnoob Soman1-8/+21
2017-03-01packet: fix races in fanout_add()Eric Dumazet1-12/+14
2017-03-01net/llc: avoid BUG_ON() in skb_orphan()Eric Dumazet3-0/+12
2017-03-01l2tp: do not use udp_ioctl()Eric Dumazet3-2/+28
2017-03-01ping: fix a null pointer dereferenceWANG Cong1-0/+2
2017-03-01packet: round up linear to header lenWillem de Bruijn1-2/+4
2017-03-01sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner1-1/+2
2017-03-01tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet1-0/+6
2017-03-01ip6_gre: fix ip6gre_err() invalid readsEric Dumazet1-19/+22
2017-03-01netlabel: out of bound access in cipso_v4_validate()Eric Dumazet1-0/+4
2017-03-01ipv4: keep skb->dst around in presence of IP optionsEric Dumazet1-1/+8
2017-03-01net: use a work queue to defer net_disable_timestamp() workEric Dumazet1-18/+13
2017-03-01tcp: fix 0 divide in __tcp_select_window()Eric Dumazet1-2/+4
2017-03-01ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter1-1/+1
2017-03-01ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet1-12/+22
2017-03-01can: Fix kernel panic at security_sock_rcv_skbEric Dumazet5-8/+17