summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* net: Add __icmp_send helper.Nazarov Sergey2019-03-231-3/+4
* net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing2019-03-232-4/+40
* net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing2019-03-231-0/+3
* cfg80211: extend range deviation for DMGChaitanya Tata2019-03-231-2/+2
* mac80211: don't initiate TDLS connection if station is not associated to APBalaji Pothunoori2019-03-231-0/+4
* mac80211: fix miscounting of ttl-dropped framesBob Copeland2019-03-231-1/+3
* libceph: handle an empty authorize replyIlya Dryomov2019-03-231-4/+8
* netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen2019-03-231-12/+22
* sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu2019-03-231-1/+1
* net/packet: fix 4gb buffer limit due to overflow checkKal Conley2019-03-231-1/+1
* batman-adv: fix uninit-value in batadv_interface_tx()Eric Dumazet2019-03-231-0/+2
* ax25: fix possible use-after-freeEric Dumazet2019-02-232-13/+10
* net/x25: do not hold the cpu too long in x25_new_lci()Eric Dumazet2019-02-231-4/+2
* net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2019-02-232-2/+6
* vsock: cope with memory allocation failure at socket creation timePaolo Abeni2019-02-231-0/+4
* tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet2019-02-231-1/+0
* tcp: tcp_v4_err() should be more carefulEric Dumazet2019-02-231-3/+4
* net: fix IPv6 prefix route residueZhiqiang Liu2019-02-231-1/+2
* batman-adv: Force mac header to start of data on xmitSven Eckelmann2019-02-201-0/+2
* batman-adv: Avoid WARN on net_device without parent in netnsSven Eckelmann2019-02-201-1/+3
* xfrm: refine validation of template and selector familiesFlorian Westphal2019-02-201-4/+9
* libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Ilya Dryomov2019-02-201-2/+3
* net: dsa: slave: Don't propagate flag changes on down slave interfacesRundong Ge2019-02-201-4/+8
* dccp: fool proof ccid_hc_[rt]x_parse_options()Eric Dumazet2019-02-201-2/+2
* xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing2019-02-201-0/+3
* l2tp: fix reading optional fields of L2TPv3Jacob Wen2019-02-064-0/+30
* l2tp: remove l2specific_len dependency in l2tp_coreLorenzo Bianconi2019-02-062-18/+27
* net/rose: fix NULL ax25_cb kernel panicBernard Pidoux2019-02-061-0/+5
* netrom: switch to sock timer APICong Wang2019-02-061-10/+10
* l2tp: copy 4 more bytes to linear part if necessaryJacob Wen2019-02-061-3/+2
* ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern2019-02-061-0/+3
* can: bcm: check timer values before ktime conversionOliver Hartkopp2019-02-061-0/+27
* openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall2019-02-061-1/+1
* net: call sk_dst_reset when set SO_DONTROUTEyupeng2019-01-261-0/+1
* sctp: allocate sctp_sockaddr_entry with kzallocXin Long2019-01-262-7/+2
* sunrpc: handle ENOMEM in rpcb_getport_asyncJ. Bruce Fields2019-01-261-0/+8
* net: bridge: fix a bug on using a neighbour cache entry without checking its ...JianJhen Chen2019-01-261-1/+1
* packet: Do not leak dev refcounts on error exitJason Gunthorpe2019-01-261-2/+2
* ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet2019-01-261-0/+1
* can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp2019-01-261-3/+27
* sunrpc: use-after-free in svc_process_common()Vasily Averin2019-01-263-6/+11
* 9p/net: put a lower bound on msizeDominique Martinet2019-01-131-0/+21
* sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin2019-01-131-4/+4
* sunrpc: fix cache_head leak due to queued requestVasily Averin2019-01-131-1/+8
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-133-7/+13
* VSOCK: Send reset control packet when socket is partially boundJorgen Hansen2019-01-131-17/+50
* sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_eventXin Long2019-01-131-0/+1
* packet: validate address length if non-zeroWillem de Bruijn2019-01-131-2/+2
* packet: validate address lengthWillem de Bruijn2019-01-131-0/+4
* netrom: fix locking in nr_find_socket()Cong Wang2019-01-131-5/+10