summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-03-23net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing1-0/+3
2019-03-23cfg80211: extend range deviation for DMGChaitanya Tata1-2/+2
2019-03-23mac80211: don't initiate TDLS connection if station is not associated to APBalaji Pothunoori1-0/+4
2019-03-23mac80211: fix miscounting of ttl-dropped framesBob Copeland1-1/+3
2019-03-23libceph: handle an empty authorize replyIlya Dryomov1-4/+8
2019-03-23netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen1-12/+22
2019-03-23sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu1-1/+1
2019-03-23net/packet: fix 4gb buffer limit due to overflow checkKal Conley1-1/+1
2019-03-23batman-adv: fix uninit-value in batadv_interface_tx()Eric Dumazet1-0/+2
2019-02-23ax25: fix possible use-after-freeEric Dumazet2-13/+10
2019-02-23net/x25: do not hold the cpu too long in x25_new_lci()Eric Dumazet1-4/+2
2019-02-23net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2-2/+6
2019-02-23vsock: cope with memory allocation failure at socket creation timePaolo Abeni1-0/+4
2019-02-23tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet1-1/+0
2019-02-23tcp: tcp_v4_err() should be more carefulEric Dumazet1-3/+4
2019-02-23net: fix IPv6 prefix route residueZhiqiang Liu1-1/+2
2019-02-20batman-adv: Force mac header to start of data on xmitSven Eckelmann1-0/+2
2019-02-20batman-adv: Avoid WARN on net_device without parent in netnsSven Eckelmann1-1/+3
2019-02-20xfrm: refine validation of template and selector familiesFlorian Westphal1-4/+9
2019-02-20libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Ilya Dryomov1-2/+3
2019-02-20net: dsa: slave: Don't propagate flag changes on down slave interfacesRundong Ge1-4/+8
2019-02-20dccp: fool proof ccid_hc_[rt]x_parse_options()Eric Dumazet1-2/+2
2019-02-20xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing1-0/+3
2019-02-06l2tp: fix reading optional fields of L2TPv3Jacob Wen4-0/+30
2019-02-06l2tp: remove l2specific_len dependency in l2tp_coreLorenzo Bianconi2-18/+27
2019-02-06net/rose: fix NULL ax25_cb kernel panicBernard Pidoux1-0/+5
2019-02-06netrom: switch to sock timer APICong Wang1-10/+10
2019-02-06l2tp: copy 4 more bytes to linear part if necessaryJacob Wen1-3/+2
2019-02-06ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern1-0/+3
2019-02-06can: bcm: check timer values before ktime conversionOliver Hartkopp1-0/+27
2019-02-06openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall1-1/+1
2019-01-26net: call sk_dst_reset when set SO_DONTROUTEyupeng1-0/+1
2019-01-26sctp: allocate sctp_sockaddr_entry with kzallocXin Long2-7/+2
2019-01-26sunrpc: handle ENOMEM in rpcb_getport_asyncJ. Bruce Fields1-0/+8
2019-01-26net: bridge: fix a bug on using a neighbour cache entry without checking its ...JianJhen Chen1-1/+1
2019-01-26packet: Do not leak dev refcounts on error exitJason Gunthorpe1-2/+2
2019-01-26ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet1-0/+1
2019-01-26can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp1-3/+27
2019-01-26sunrpc: use-after-free in svc_process_common()Vasily Averin3-6/+11
2019-01-139p/net: put a lower bound on msizeDominique Martinet1-0/+21
2019-01-13sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin1-4/+4
2019-01-13sunrpc: fix cache_head leak due to queued requestVasily Averin1-1/+8
2019-01-13sock: Make sock->sk_stamp thread-safeDeepa Dinamani3-7/+13
2019-01-13VSOCK: Send reset control packet when socket is partially boundJorgen Hansen1-17/+50
2019-01-13sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_eventXin Long1-0/+1
2019-01-13packet: validate address length if non-zeroWillem de Bruijn1-2/+2
2019-01-13packet: validate address lengthWillem de Bruijn1-0/+4
2019-01-13netrom: fix locking in nr_find_socket()Cong Wang1-5/+10
2019-01-13ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang1-1/+2
2019-01-13ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang2-2/+11