summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2019-05-05net/tls: fix copy to fragments in reencryptJakub Kicinski
2019-05-05net/tls: don't copy negative amounts of data in reencryptJakub Kicinski
2019-05-05packet: validate msg_namelen in send directlyWillem de Bruijn
2019-05-05sctp: avoid running the sctp state machine recursivelyXin Long
2019-05-05rxrpc: Fix net namespace cleanupDavid Howells
2019-05-05net/tls: avoid NULL pointer deref on nskb->sk in fallbackJakub Kicinski
2019-05-05l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv()Eric Dumazet
2019-05-05l2ip: fix possible use-after-freeEric Dumazet
2019-05-05ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn
2019-05-05ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet
2019-05-05ipv6: fix races in ip6_dst_destroy()Eric Dumazet
2019-05-05ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau
2019-05-05ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani
2019-05-04netfilter: ip6t_srh: fix NULL pointer dereferencesKangjie Lu
2019-05-04netfilter: fix NETFILTER_XT_TARGET_TEE dependenciesArnd Bergmann
2019-05-04netfilter: bridge: set skb transport_header before entering NF_INET_PRE_ROUTINGXin Long
2019-05-04netfilter: nft_set_rbtree: check for inactive element after flag mismatchPablo Neira Ayuso
2019-05-04xsk: fix umem memory leak on cleanupBjörn Töpel
2019-05-02net/tls: don't leak IV and record seq when offload failsJakub Kicinski
2019-05-02net/tls: avoid potential deadlock in tls_set_device_offload_rx()Jakub Kicinski
2019-05-02net/tls: fix refcount adjustment in fallbackJakub Kicinski
2019-05-02net/rose: fix unbound loop in rose_loopback_timer()Eric Dumazet
2019-05-02net: rds: exchange of 8K and 1M poolZhu Yanjun
2019-05-02ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu
2019-05-02ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet
2019-05-02rxrpc: fix race condition in rxrpc_input_packet()Eric Dumazet
2019-05-02net/rds: Check address length before reading address familyTetsuo Handa
2019-05-02net: netrom: Fix error cleanup path of nr_proto_initYueHaibing
2019-05-02tipc: check link name with right length in tipc_nl_compat_link_setXin Long
2019-05-02tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long
2019-05-02netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal
2019-05-02sunrpc: don't mark uninitialised items as VALID.NeilBrown
2019-05-02ipvs: fix warning on unused variableAndrea Claudi
2019-05-02vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr
2019-05-02tipc: handle the err returned from cmd header functionXin Long
2019-05-02netfilter: nf_tables: bogus EBUSY in helper removal from transactionPablo Neira Ayuso
2019-05-02netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso
2019-05-02netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso
2019-05-02netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso
2019-05-02netfilter: nft_compat: don't use refcount_inc on newly allocated entryFlorian Westphal
2019-05-02netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso
2019-05-02netfilter: nf_tables: warn when expr implements only one of activate/deactivateFlorian Westphal
2019-05-02netfilter: nft_compat: destroy function must not have side effectsFlorian Westphal
2019-05-02netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal
2019-05-02netfilter: nft_compat: make lists per netnsFlorian Westphal
2019-05-02netfilter: nft_compat: use refcnt_t type for nft_xt reference countFlorian Westphal
2019-04-27mac80211: do not call driver wake_tx_queue op during reconfigFelix Fietkau
2019-04-27net: IP6 defrag: use rbtrees in nf_conntrack_reasm.cPeter Oskolkov
2019-04-27net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov
2019-04-27net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov