summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: do not use ipv6 header for ipv4 flowEric Dumazet2019-04-031-4/+4
* packets: Always register packet sk in the same orderMaxime Chevallier2019-04-031-1/+1
* net-sysfs: call dev_hold if kobject_init_and_add successYueHaibing2019-04-031-2/+4
* net: rose: fix a possible stack overflowEric Dumazet2019-04-031-9/+12
* net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vecChristoph Paasch2019-04-031-1/+1
* net: datagram: fix unbounded loop in __skb_try_recv_datagram()Paolo Abeni2019-04-031-1/+1
* genetlink: Fix a memory leak on error pathYueHaibing2019-04-031-1/+2
* dccp: do not use ipv6 header for ipv4 flowEric Dumazet2019-04-031-2/+2
* Bluetooth: Verify that l2cap_get_conf_opt provides large enough bufferMarcel Holtmann2019-04-031-0/+6
* Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_optMarcel Holtmann2019-04-031-31/+46
* netfilter: ebtables: remove BUGPRINT messagesFlorian Westphal2019-03-271-92/+39
* Bluetooth: Fix decrementing reference count twice in releasing socketMyungho Jung2019-03-271-2/+1
* libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov2019-03-272-1/+26
* phonet: fix building with clangArnd Bergmann2019-03-231-16/+16
* af_key: unconditionally clone on broadcastSean Tranchetti2019-03-231-25/+15
* esp: Skip TX bytes accounting when sending from a request socketMartin Willi2019-03-232-2/+2
* ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi2019-03-233-6/+15
* mac80211: Fix Tx aggregation session tear down with ITXQsIlan Peer2019-03-231-1/+3
* 9p/net: fix memory leak in p9_client_createzhengbin2019-03-231-1/+1
* missing barriers in some of unix_sock ->addr and ->path accessesAl Viro2019-03-192-25/+35
* net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal2019-03-191-1/+1
* net/x25: fix a race in x25_bind()Eric Dumazet2019-03-191-5/+8
* tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault2019-03-192-2/+13
* tcp: Don't access TCP_SKB_CB before initializing itChristoph Paasch2019-03-191-8/+1
* rxrpc: Fix client call queueing, waiting for channelDavid Howells2019-03-191-2/+2
* route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long2019-03-191-0/+4
* net/x25: reset state in x25_connect()Eric Dumazet2019-03-191-0/+1
* net/x25: fix use-after-free in x25_device_event()Eric Dumazet2019-03-191-1/+5
* net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin2019-03-191-2/+3
* net/hsr: fix possible crash in add_timer()Eric Dumazet2019-03-191-8/+6
* net: hsr: fix memory leak in hsr_dev_finalize()Mao Wenan2019-03-193-1/+16
* l2tp: fix infoleak in l2tp_ip6_recvmsg()Eric Dumazet2019-03-191-3/+1
* ipv4/route: fail early when inet dev is missingPaolo Abeni2019-03-191-4/+5
* gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet2019-03-191-4/+18
* netfilter: nf_nat: skip nat clash resolution for same-origin entriesMartynas Pumputis2019-03-131-0/+16
* vsock/virtio: reset connected sockets on device removalStefano Garzarella2019-03-131-0/+3
* vsock/virtio: fix kernel panic after device hot-unplugStefano Garzarella2019-03-131-8/+18
* bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt()Yafang Shao2019-03-131-0/+2
* netfilter: ebtables: compat: un-break 32bit setsockopt when no rules are presentFlorian Westphal2019-03-131-3/+6
* ipvs: Fix signed integer overflow when setsockopt timeoutZhangXiaoxu2019-03-131-0/+12
* vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun2019-03-131-0/+50
* Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke2019-03-134-6/+16
* mpls: Return error for RTA_GATEWAY attributeDavid Ahern2019-03-131-0/+3
* ipv6: Return error for RTA_VIA attributeDavid Ahern2019-03-131-0/+4
* ipv4: Return error for RTA_VIA attributeDavid Ahern2019-03-131-0/+4
* net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-03-132-7/+32
* net: Add __icmp_send helper.Nazarov Sergey2019-03-131-3/+4
* net: socket: set sock->sk to NULL after calling proto_ops::release()Eric Biggers2019-03-131-0/+1
* net: sit: fix memory leak in sit_init_net()Mao Wenan2019-03-131-0/+1
* net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing2019-03-132-4/+40