summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-03-13mac80211: flush delayed work when entering suspendMatt Chen
2017-03-13net/sched: em_meta: Fix 'meta vlan' to correctly recognize zero VID framesShmulik Ladkani
2017-03-11sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner
2017-03-03vti4: Don't count header length twice.Steffen Klassert
2017-03-03net: sctp: rework multihoming retransmission path selection to rfc4960Daniel Borkmann
2017-03-03ipv6: simplify detection of first operational link-local address on interfaceHannes Frederic Sowa
2017-03-03net: 6lowpan: fix lowpan_header_create non-compression memcpy callDaniel Borkmann
2017-03-03ipv6: fix the use of pcpu_tstats in ip6_tunnelLi RongQing
2017-03-036lowpan: release device on error pathDan Carpenter
2017-03-01af_packet: remove a stray tab in packet_set_ring()Dan Carpenter
2017-03-01net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat
2017-03-01irda: Fix lockdep annotations in hashbin_delete().David S. Miller
2017-03-01dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov
2017-03-01packet: Do not call fanout_release from atomic contextsAnoob Soman
2017-03-01packet: fix races in fanout_add()Eric Dumazet
2017-03-01net/llc: avoid BUG_ON() in skb_orphan()Eric Dumazet
2017-03-01l2tp: do not use udp_ioctl()Eric Dumazet
2017-03-01ping: fix a null pointer dereferenceWANG Cong
2017-03-01packet: round up linear to header lenWillem de Bruijn
2017-03-01sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner
2017-03-01tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet
2017-03-01ip6_gre: fix ip6gre_err() invalid readsEric Dumazet
2017-03-01netlabel: out of bound access in cipso_v4_validate()Eric Dumazet
2017-03-01ipv4: keep skb->dst around in presence of IP optionsEric Dumazet
2017-03-01net: use a work queue to defer net_disable_timestamp() workEric Dumazet
2017-03-01tcp: fix 0 divide in __tcp_select_window()Eric Dumazet
2017-03-01ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter
2017-03-01ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet
2017-03-01can: Fix kernel panic at security_sock_rcv_skbEric Dumazet
2017-02-16mac80211: Fix adding of mesh vendor IEsThorsten Horstmann
2017-02-16can: bcm: fix hrtimer/tasklet termination in bcm op removalOliver Hartkopp
2017-02-16svcrpc: fix oops in absence of krb5 moduleJ. Bruce Fields
2017-02-15af_unix: move unix_mknod() out of bindlockWANG Cong
2017-02-15tcp: initialize max window for a new fastopen socketAlexey Kodanev
2017-02-15ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang
2017-02-15net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet
2017-02-15SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee
2017-02-06net: possible use after free in dst_releaseFrancesco Ruggeri
2017-01-26svcrpc: don't leak contexts on PROC_DESTROYJ. Bruce Fields
2017-01-26gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu
2017-01-26gro: use min_t() in skb_gro_reset_offset()Eric Dumazet
2017-01-26gro: Enter slow-path if there is no tailroomHerbert Xu
2017-01-26igmp: Make igmp group member RFC 3376 compliantMichal Tesar
2017-01-26drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang
2017-01-26drop_monitor: add missing call to genlmsg_endReiter Wolfgang
2017-01-26net, sched: fix soft lockup in tc_classifyDaniel Borkmann
2017-01-26ipv6: handle -EFAULT from skb_copy_bitsDave Jones
2017-01-26libceph: verify authorize reply on connectIlya Dryomov
2017-01-26can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde
2016-12-13net: ping: check minimum size on ICMP header lengthKees Cook