summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-05-02net/tls: don't leak IV and record seq when offload failsJakub Kicinski3-6/+4
2019-05-02net/tls: avoid potential deadlock in tls_set_device_offload_rx()Jakub Kicinski1-0/+2
2019-05-02net/ncsi: handle overflow when incrementing mac addressTao Ren1-1/+5
2019-05-02net/tls: fix refcount adjustment in fallbackJakub Kicinski1-3/+10
2019-05-02net/rose: fix unbound loop in rose_loopback_timer()Eric Dumazet1-11/+16
2019-05-02net: rds: exchange of 8K and 1M poolZhu Yanjun2-3/+11
2019-05-02ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu1-1/+4
2019-05-02ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet1-9/+23
2019-05-02rxrpc: fix race condition in rxrpc_input_packet()Eric Dumazet2-5/+10
2019-05-02net/rds: Check address length before reading address familyTetsuo Handa2-0/+5
2019-05-02net: netrom: Fix error cleanup path of nr_proto_initYueHaibing4-25/+60
2019-05-02tipc: check link name with right length in tipc_nl_compat_link_setXin Long1-1/+6
2019-05-02tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long1-1/+6
2019-05-02netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal1-1/+2
2019-05-02tipc: handle the err returned from cmd header functionXin Long1-2/+8
2019-05-02sunrpc: don't mark uninitialised items as VALID.NeilBrown1-0/+3
2019-05-02netfilter: nf_tables: bogus EBUSY in helper removal from transactionPablo Neira Ayuso1-3/+16
2019-05-02netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso4-13/+54
2019-04-27mac80211: do not call driver wake_tx_queue op during reconfigFelix Fietkau1-0/+3
2019-04-27sch_cake: Simplify logic in cake_select_tin()Toke Høiland-Jørgensen1-28/+16
2019-04-27NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter1-0/+8
2019-04-27sch_cake: Make sure we can write the IP header before changing DSCP bitsToke Høiland-Jørgensen1-0/+11
2019-04-27sch_cake: Use tc_skb_protocol() helper for getting packet protocolToke Høiland-Jørgensen1-1/+1
2019-04-27route: Avoid crash from dereferencing NULL rt->fromJonathan Lemon1-0/+4
2019-04-27net: bridge: fix netlink export of vlan_stats_per_port optionNikolay Aleksandrov1-1/+1
2019-04-27net/tls: fix build without CONFIG_TLS_DEVICEJakub Kicinski1-0/+2
2019-04-27net: strparser: partially revert "strparser: Call skb_unclone conditionally"Jakub Kicinski1-7/+5
2019-04-27net/tls: don't leak partially sent record in device modeJakub Kicinski3-14/+30
2019-04-27net/tls: fix the IV leaksJakub Kicinski1-1/+4
2019-04-27ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet1-2/+8
2019-04-27ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra1-1/+9
2019-04-27tipc: missing entries in name table of publicationsHoang Le1-1/+2
2019-04-27tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet1-5/+5
2019-04-27net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi1-1/+3
2019-04-27net: Fix missing meta data in skb with vlan packetYuya Kusakabe1-1/+9
2019-04-27net: bridge: multicast: use rcu to access port list from br_multicast_start_q...Nikolay Aleksandrov1-1/+3
2019-04-27net: bridge: fix per-port af_packet socketsNikolay Aleksandrov1-9/+14
2019-04-27net: atm: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-1/+5
2019-04-27failover: allow name change on IFF_UP slave interfacesSi-Wei Liu2-4/+18
2019-04-20rxrpc: Fix client call connect/disconnect raceDavid Howells1-5/+15
2019-04-20appletalk: Fix use-after-free in atalk_proc_exitYueHaibing3-8/+36
2019-04-17xprtrdma: Fix helper that drains the transportChuck Lever1-1/+1
2019-04-17net: core: netif_receive_skb_list: unlist skb before passing to pt->funcAlexander Lobakin1-1/+3
2019-04-17net: bridge: always clear mcast matching struct on reports and leavesNikolay Aleksandrov1-0/+3
2019-04-17net: ip6_gre: fix possible use-after-free in ip6erspan_rcvLorenzo Bianconi1-8/+13
2019-04-17net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi1-5/+10
2019-04-17vrf: check accept_source_route on the original netdeviceStephen Suryaputra2-6/+5
2019-04-17tcp: fix a potential NULL pointer dereference in tcp_sk_exitDust Li1-1/+2
2019-04-17tcp: Ensure DCTCP reacts to lossesKoen De Schepper1-18/+18
2019-04-17sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long1-0/+1