summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-02-23ax25: fix possible use-after-freeEric Dumazet
2019-02-23net/x25: do not hold the cpu too long in x25_new_lci()Eric Dumazet
2019-02-23net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi
2019-02-23vsock: cope with memory allocation failure at socket creation timePaolo Abeni
2019-02-23tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet
2019-02-23tcp: tcp_v4_err() should be more carefulEric Dumazet
2019-02-23net: fix IPv6 prefix route residueZhiqiang Liu
2019-02-20batman-adv: Force mac header to start of data on xmitSven Eckelmann
2019-02-20batman-adv: Avoid WARN on net_device without parent in netnsSven Eckelmann
2019-02-20xfrm: refine validation of template and selector familiesFlorian Westphal
2019-02-20libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Ilya Dryomov
2019-02-20net: dsa: slave: Don't propagate flag changes on down slave interfacesRundong Ge
2019-02-20dccp: fool proof ccid_hc_[rt]x_parse_options()Eric Dumazet
2019-02-20xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing
2019-02-06l2tp: fix reading optional fields of L2TPv3Jacob Wen
2019-02-06l2tp: remove l2specific_len dependency in l2tp_coreLorenzo Bianconi
2019-02-06net/rose: fix NULL ax25_cb kernel panicBernard Pidoux
2019-02-06netrom: switch to sock timer APICong Wang
2019-02-06l2tp: copy 4 more bytes to linear part if necessaryJacob Wen
2019-02-06ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern
2019-02-06can: bcm: check timer values before ktime conversionOliver Hartkopp
2019-02-06openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall
2019-01-26net: call sk_dst_reset when set SO_DONTROUTEyupeng
2019-01-26sctp: allocate sctp_sockaddr_entry with kzallocXin Long
2019-01-26sunrpc: handle ENOMEM in rpcb_getport_asyncJ. Bruce Fields
2019-01-26net: bridge: fix a bug on using a neighbour cache entry without checking its ...JianJhen Chen
2019-01-26packet: Do not leak dev refcounts on error exitJason Gunthorpe
2019-01-26ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet
2019-01-26can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp
2019-01-26sunrpc: use-after-free in svc_process_common()Vasily Averin
2019-01-139p/net: put a lower bound on msizeDominique Martinet
2019-01-13sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin
2019-01-13sunrpc: fix cache_head leak due to queued requestVasily Averin
2019-01-13sock: Make sock->sk_stamp thread-safeDeepa Dinamani
2019-01-13VSOCK: Send reset control packet when socket is partially boundJorgen Hansen
2019-01-13sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_eventXin Long
2019-01-13packet: validate address length if non-zeroWillem de Bruijn
2019-01-13packet: validate address lengthWillem de Bruijn
2019-01-13netrom: fix locking in nr_find_socket()Cong Wang
2019-01-13ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang
2019-01-13ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang
2018-12-21SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust
2018-12-17ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio
2018-12-17rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet
2018-12-17net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch
2018-12-13mac80211: fix reordering of buffered broadcast packetsFelix Fietkau
2018-12-13mac80211: Clear beacon_int in ieee80211_do_stopBen Greear
2018-12-13SUNRPC: Fix leak of krb5p encode pagesChuck Lever
2018-12-13ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf
2018-12-01af_unix: move unix_mknod() out of bindlockWANG Cong