summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-03-08tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault
2019-03-08fou, fou6: avoid uninit-value in gue_err() and gue6_err()Eric Dumazet
2019-03-08net: sched: fix potential use-after-free in __tcf_chain_put()Vlad Buslov
2019-03-08vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr
2019-03-08sctp: call sctp_auth_init_hmacs() in sctp_sock_migrate()Xin Long
2019-03-08sctp: move up sctp_auth_init_hmacs() in sctp_endpoint_init()Xin Long
2019-03-08sctp: sctp_sock_migrate() returns error if sctp_bind_addr_dup() failsXin Long
2019-03-08rxrpc: Fix client call connect/disconnect raceDavid Howells
2019-03-08sctp: remove sched init from sctp_stream_initXin Long
2019-03-08route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long
2019-03-07net/hsr: fix possible crash in add_timer()Eric Dumazet
2019-03-07net: atm: Add another IS_ENABLED(CONFIG_COMPAT) in atm_dev_ioctlNathan Chancellor
2019-03-07net: atm: Use IS_ENABLED in atm_dev_ioctlNathan Chancellor
2019-03-07ethtool: reduce stack usage with clangArnd Bergmann
2019-03-06tcp: do not report TCP_CM_INQ of 0 for closed connectionsSoheil Hassas Yeganeh
2019-03-06net: hsr: fix memory leak in hsr_dev_finalize()Mao Wenan
2019-03-06net: sched: flower: insert new filter to idr after setting its maskVlad Buslov
2019-03-06tcp: detecting the misuse of .sendpage for Slab objectsVasily Averin
2019-03-06iptunnel: NULL pointer deref for ip_md_tunnel_xmitAlan Maguire
2019-03-06ipv4/route: fail early when inet dev is missingPaolo Abeni
2019-03-05net/sched: act_tunnel_key: Fix double free dst_cachewenxu
2019-03-05tipc: fix RDM/DGRAM connect() regressionErik Hugne
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-04net/sched: avoid unused-label warningArnd Bergmann
2019-03-04net: ignore sysctl_devconf_inherit_init_net without SYSCTLArnd Bergmann
2019-03-04devlink: Add support for direct reporter health state updateEran Ben Elisha
2019-03-04devlink: Update reporter state to error even if recover abortedEran Ben Elisha
2019-03-04sctp: call iov_iter_revert() after sending ABORTXin Long
2019-03-04ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel
2019-03-04net-sysfs: Switch to bitmap_zalloc()Andy Shevchenko
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-03-03tls: Fix tls_device receiveBoris Pismenny
2019-03-03tls: Fix mixing between async capable and asyncEran Ben Elisha
2019-03-03tls: Fix write space handlingBoris Pismenny
2019-03-03tls: Fix tls_device handling of partial recordsBoris Pismenny
2019-03-03net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing
2019-03-03net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATEFrancesco Ruggeri
2019-03-03net: fixup address-space warnings in compat_mc_{get,set}sockopt()Ben Dooks
2019-03-03net: dsa: Use prepare/commit phase in dsa_slave_vlan_rx_add_vid()Florian Fainelli
2019-03-03sch_cake: Simplify logic in cake_select_tin()Toke Høiland-Jørgensen
2019-03-03sch_cake: Permit use of connmarks as tin classifiersKevin Darbyshire-Bryant
2019-03-03sch_cake: Make the dual modes fairerGeorge Amanakis
2019-03-03net: dsa: add KSZ9893 switch tagging supportTristram Ha
2019-03-03appletalk: Fix use-after-free in atalk_proc_exitYueHaibing
2019-03-03appletalk: use remove_proc_subtree to simplify procfs codeYueHaibing
2019-03-02net: sched: put back q.qlen into a single locationEric Dumazet
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-03-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-02bpf: add bpf helper bpf_skb_ecn_set_cebrakmo