summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-05-101-0/+8
* Bluetooth: hidp: fix buffer overflowYoung Xiao2019-05-101-0/+1
* mac80211: Honor SW_CRYPTO_CONTROL for unicast keys in AP VLAN modeAlexander Wetzel2019-05-081-5/+4
* batman-adv: fix warning in function batadv_v_elp_get_throughputAnders Roxell2019-05-081-2/+4
* batman-adv: Reduce tt_global hash refcnt only for removed entrySven Eckelmann2019-05-081-3/+15
* batman-adv: Reduce tt_local hash refcnt only for removed entrySven Eckelmann2019-05-081-5/+9
* batman-adv: Reduce claim hash refcnt only for removed entrySven Eckelmann2019-05-081-3/+13
* mac80211: don't attempt to rename ERR_PTR() debugfs dirsJohannes Berg2019-05-081-1/+1
* net/tls: fix copy to fragments in reencryptJakub Kicinski2019-05-051-7/+22
* net/tls: don't copy negative amounts of data in reencryptJakub Kicinski2019-05-051-6/+8
* packet: validate msg_namelen in send directlyWillem de Bruijn2019-05-051-10/+14
* sctp: avoid running the sctp state machine recursivelyXin Long2019-05-052-37/+27
* rxrpc: Fix net namespace cleanupDavid Howells2019-05-051-16/+16
* net/tls: avoid NULL pointer deref on nskb->sk in fallbackJakub Kicinski2019-05-051-1/+2
* l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv()Eric Dumazet2019-05-051-1/+1
* l2ip: fix possible use-after-freeEric Dumazet2019-05-051-4/+4
* ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn2019-05-051-2/+2
* ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet2019-05-051-6/+12
* ipv6: fix races in ip6_dst_destroy()Eric Dumazet2019-05-052-10/+3
* ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau2019-05-051-20/+18
* ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani2019-05-051-0/+1
* netfilter: ip6t_srh: fix NULL pointer dereferencesKangjie Lu2019-05-041-0/+6
* netfilter: fix NETFILTER_XT_TARGET_TEE dependenciesArnd Bergmann2019-05-041-0/+1
* netfilter: bridge: set skb transport_header before entering NF_INET_PRE_ROUTINGXin Long2019-05-042-0/+3
* netfilter: nft_set_rbtree: check for inactive element after flag mismatchPablo Neira Ayuso2019-05-041-4/+3
* xsk: fix umem memory leak on cleanupBjörn Töpel2019-05-041-18/+1
* net/tls: don't leak IV and record seq when offload failsJakub Kicinski2019-05-023-6/+4
* net/tls: avoid potential deadlock in tls_set_device_offload_rx()Jakub Kicinski2019-05-021-0/+2
* net/tls: fix refcount adjustment in fallbackJakub Kicinski2019-05-021-3/+10
* net/rose: fix unbound loop in rose_loopback_timer()Eric Dumazet2019-05-021-11/+16
* net: rds: exchange of 8K and 1M poolZhu Yanjun2019-05-022-3/+11
* ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu2019-05-021-1/+4
* ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet2019-05-021-9/+23
* rxrpc: fix race condition in rxrpc_input_packet()Eric Dumazet2019-05-022-5/+10
* net/rds: Check address length before reading address familyTetsuo Handa2019-05-022-0/+5
* net: netrom: Fix error cleanup path of nr_proto_initYueHaibing2019-05-024-25/+60
* tipc: check link name with right length in tipc_nl_compat_link_setXin Long2019-05-021-1/+6
* tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long2019-05-021-1/+6
* netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal2019-05-021-1/+2
* sunrpc: don't mark uninitialised items as VALID.NeilBrown2019-05-021-0/+3
* ipvs: fix warning on unused variableAndrea Claudi2019-05-021-1/+2
* vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr2019-05-021-7/+15
* tipc: handle the err returned from cmd header functionXin Long2019-05-021-2/+8
* netfilter: nf_tables: bogus EBUSY in helper removal from transactionPablo Neira Ayuso2019-05-021-3/+16
* netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso2019-05-024-13/+54
* netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso2019-05-021-6/+11
* netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso2019-05-022-227/+61
* netfilter: nft_compat: don't use refcount_inc on newly allocated entryFlorian Westphal2019-05-021-39/+23
* netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso2019-05-026-79/+72
* netfilter: nf_tables: warn when expr implements only one of activate/deactivateFlorian Westphal2019-05-021-0/+19