summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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/ncsi: handle overflow when incrementing mac addressTao Ren
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-02tipc: handle the err returned from cmd header functionXin Long
2019-05-02sunrpc: don't mark uninitialised items as VALID.NeilBrown
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-04-27mac80211: do not call driver wake_tx_queue op during reconfigFelix Fietkau
2019-04-27sch_cake: Simplify logic in cake_select_tin()Toke Høiland-Jørgensen
2019-04-27NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter
2019-04-27sch_cake: Make sure we can write the IP header before changing DSCP bitsToke Høiland-Jørgensen
2019-04-27sch_cake: Use tc_skb_protocol() helper for getting packet protocolToke Høiland-Jørgensen
2019-04-27route: Avoid crash from dereferencing NULL rt->fromJonathan Lemon
2019-04-27net: bridge: fix netlink export of vlan_stats_per_port optionNikolay Aleksandrov
2019-04-27net/tls: fix build without CONFIG_TLS_DEVICEJakub Kicinski
2019-04-27net: strparser: partially revert "strparser: Call skb_unclone conditionally"Jakub Kicinski
2019-04-27net/tls: don't leak partially sent record in device modeJakub Kicinski
2019-04-27net/tls: fix the IV leaksJakub Kicinski
2019-04-27ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet
2019-04-27ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra
2019-04-27tipc: missing entries in name table of publicationsHoang Le
2019-04-27tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet
2019-04-27net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi
2019-04-27net: Fix missing meta data in skb with vlan packetYuya Kusakabe
2019-04-27net: bridge: multicast: use rcu to access port list from br_multicast_start_q...Nikolay Aleksandrov
2019-04-27net: bridge: fix per-port af_packet socketsNikolay Aleksandrov
2019-04-27net: atm: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva
2019-04-27failover: allow name change on IFF_UP slave interfacesSi-Wei Liu
2019-04-20rxrpc: Fix client call connect/disconnect raceDavid Howells
2019-04-20appletalk: Fix use-after-free in atalk_proc_exitYueHaibing
2019-04-17xprtrdma: Fix helper that drains the transportChuck Lever
2019-04-17net: core: netif_receive_skb_list: unlist skb before passing to pt->funcAlexander Lobakin
2019-04-17net: bridge: always clear mcast matching struct on reports and leavesNikolay Aleksandrov
2019-04-17net: ip6_gre: fix possible use-after-free in ip6erspan_rcvLorenzo Bianconi
2019-04-17net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi
2019-04-17vrf: check accept_source_route on the original netdeviceStephen Suryaputra
2019-04-17tcp: fix a potential NULL pointer dereference in tcp_sk_exitDust Li
2019-04-17tcp: Ensure DCTCP reacts to lossesKoen De Schepper
2019-04-17sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long