aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-01-17net, sysctl: Fix compiler warning when only cBPF is presentAlexander Lobakin
2020-01-15Merge tag 'v5.2.29' into v5.2/standard/baseBruce Ashfield
2020-01-09vhost/vsock: split packets to send using multiple buffersStefano Garzarella
2020-01-09taprio: don't reject same mqprio settingsIvan Khoronzhuk
2020-01-09ipv6/route: return if there is no fib_nh_gw_familyHangbin Liu
2020-01-09net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn
2020-01-09net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_keyXin Long
2020-01-09net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti
2020-01-09net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter
2020-01-09net/smc: fix fastopen for non-blocking connect()Ursula Braun
2020-01-09ipmr: Fix skb headroom in ipmr_get_route().Guillaume Nault
2019-12-29Merge tag 'v5.2.28' into v5.2/standard/baseBruce Ashfield
2019-12-29netfilter: ipset: Copy the right MAC address in hash:ip,mac IPv6 setsStefano Brivio
2019-12-29SUNRPC: The RDMA back channel mustn't disappear while requests are outstandingTrond Myklebust
2019-12-29SUNRPC: The TCP back channel mustn't disappear while requests are outstandingTrond Myklebust
2019-12-29ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet
2019-12-29ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti
2019-12-29xsk: Fix registration of Rx-only socketsMagnus Karlsson
2019-12-29netfilter: nf_flow_table: set timeout before insertion into hashesPablo Neira Ayuso
2019-12-29net: openvswitch: free vport unless register_netdevice() succeedsHillf Danton
2019-12-29bpf: lwtunnel: Fix reroute supplying invalid dstJiri Benc
2019-12-29netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter
2019-12-29vsock/virtio: fix sock refcnt holding during the shutdownStefano Garzarella
2019-12-29net/smc: fix ethernet interface refcountingUrsula Braun
2019-12-29net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley
2019-12-29ipv6: fixes rt6_probe() and fib6_nh->last_probe initEric Dumazet
2019-12-29net/tls: add a TX lockJakub Kicinski
2019-12-29net/tls: don't pay attention to sk_write_pending when pushing partial recordsJakub Kicinski
2019-12-29nfc: netlink: fix double device reference dropPan Bian
2019-12-29net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski
2019-12-29ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern
2019-12-18Merge tag 'v5.2.27' into v5.2/standard/baseBruce Ashfield
2019-12-16net/flow_dissector: switch to siphashEric Dumazet
2019-12-16net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski
2019-12-16net: netem: fix error path for corrupted GSO framesJakub Kicinski
2019-12-16net: dsa: fix switch tree listVivien Didelot
2019-12-16net/smc: fix refcount non-blocking connect() -part 2Ursula Braun
2019-12-16net/smc: fix refcounting for non-blocking connect()Ursula Braun
2019-12-16net/smc: keep vlan_id for SMC-R in smc_listen_work()Ursula Braun
2019-12-16net/smc: fix closing of fallback SMC socketsUrsula Braun
2019-12-16ipv4: fix route update on metric change.Paolo Abeni
2019-12-16net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet
2019-12-16net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-12-16net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-12-16udp: use skb_queue_empty_lockless()Eric Dumazet
2019-12-16udp: fix data-race in udp_set_dev_scratch()Eric Dumazet
2019-12-16net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin
2019-12-16net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov
2019-12-16netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-12-16net: annotate accesses to sk->sk_incoming_cpuEric Dumazet