summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-12-04tipc: fix link name length checkJohn Rutherford1-2/+2
2019-12-04net/tls: use sg_next() to walk sg entriesJakub Kicinski2-12/+4
2019-12-04net/tls: remove the dead inplace_crypto codeJakub Kicinski1-5/+1
2019-12-04net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski3-6/+6
2019-12-04net/tls: free the record on encryption errorJakub Kicinski1-2/+8
2019-12-04net/tls: take into account that bpf_exec_tx_verdict() may free the recordJakub Kicinski1-5/+8
2019-12-04openvswitch: remove another BUG_ON()Paolo Abeni1-1/+5
2019-12-04openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni1-1/+4
2019-12-04sctp: cache netns in sctp_ep_commonXin Long3-2/+4
2019-12-04sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcookNavid Emamdoost1-1/+3
2019-12-04openvswitch: fix flow command message sizePaolo Abeni1-1/+5
2019-12-04net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li4-5/+6
2019-12-04net: psample: fix skb_over_panicNikolay Aleksandrov1-1/+1
2019-12-04xfrm: Fix memleak on xfrm state destroySteffen Klassert1-0/+2
2019-12-04mac80211: fix station inactive_time shortly after bootAhmed Zaki1-1/+2
2019-12-04mac80211: fix ieee80211_txq_setup_flows() failure pathJohannes Berg1-1/+1
2019-12-04netfilter: nf_tables_offload: skip EBUSY on chain updatePablo Neira Ayuso1-1/+2
2019-12-04netfilter: nf_tables: bogus EOPNOTSUPP on basechain updatePablo Neira Ayuso1-0/+1
2019-12-04bridge: ebtables: don't crash when using dnat target in output chainsFlorian Westphal1-4/+15
2019-12-04netfilter: ipset: Fix nla_policies to fully support NL_VALIDATE_STRICTJozsef Kadlecsik3-13/+30
2019-12-04net: disallow ancillary data for __sys_{send,recv}msg_file()Jens Axboe1-6/+37
2019-12-04net: separate out the msghdr copy from ___sys_{send,recv}msg()Jens Axboe1-46/+95
2019-11-29vhost/vsock: split packets to send using multiple buffersStefano Garzarella1-3/+12
2019-11-29net/ipv4: fix sysctl max for fib_multipath_hash_policyMarcelo Ricardo Leitner1-1/+1
2019-11-29taprio: don't reject same mqprio settingsIvan Khoronzhuk1-2/+26
2019-11-29ipv6/route: return if there is no fib_nh_gw_familyHangbin Liu1-1/+1
2019-11-29net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn2-0/+12
2019-11-29net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_keyXin Long1-0/+4
2019-11-29net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti1-7/+5
2019-11-29net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter1-1/+22
2019-11-20net/smc: fix refcount non-blocking connect() -part 2Ursula Braun1-0/+1
2019-11-20devlink: Add method for time-stamp on reporter's dumpAya Levin1-0/+6
2019-11-20net/smc: fix fastopen for non-blocking connect()Ursula Braun1-1/+1
2019-11-20mlxsw: core: Enable devlink reload only on probeJiri Pirko1-1/+1
2019-11-20ipmr: Fix skb headroom in ipmr_get_route().Guillaume Nault1-1/+2
2019-11-20devlink: disallow reload operation during device cleanupJiri Pirko1-1/+38
2019-11-12netfilter: ipset: Copy the right MAC address in hash:ip,mac IPv6 setsStefano Brivio1-1/+1
2019-11-12SUNRPC: Destroy the back channel when we destroy the host transportTrond Myklebust2-1/+6
2019-11-12SUNRPC: The RDMA back channel mustn't disappear while requests are outstandingTrond Myklebust1-0/+2
2019-11-12SUNRPC: The TCP back channel mustn't disappear while requests are outstandingTrond Myklebust1-2/+3
2019-11-12netfilter: nft_payload: fix missing check for matching length in offloadswenxu1-0/+38
2019-11-12ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet1-8/+7
2019-11-12ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti5-17/+28
2019-11-12xsk: Fix registration of Rx-only socketsMagnus Karlsson1-0/+6
2019-11-12netfilter: nf_flow_table: set timeout before insertion into hashesPablo Neira Ayuso1-1/+2
2019-11-12net: openvswitch: free vport unless register_netdevice() succeedsHillf Danton1-7/+4
2019-11-12bpf: lwtunnel: Fix reroute supplying invalid dstJiri Benc1-1/+6
2019-11-12netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter1-3/+5
2019-11-12vsock/virtio: fix sock refcnt holding during the shutdownStefano Garzarella1-3/+5
2019-11-12net/smc: fix ethernet interface refcountingUrsula Braun1-2/+0