summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-10-26ipv4: fix route update on metric change.Paolo Abeni
2019-10-26net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin
2019-10-26Merge tag 'ipvs-fixes-for-v5.4' of https://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-10-25net/smc: keep vlan_id for SMC-R in smc_listen_work()Ursula Braun
2019-10-25net/smc: fix closing of fallback SMC socketsUrsula Braun
2019-10-25net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo
2019-10-24net: core: add ignore flag to netdev_adjacent structureTaehee Yoo
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-10-24net: core: limit nested device depthTaehee Yoo
2019-10-24keys: Fix memory leak in copy_net_nsTakeshi Misawa
2019-10-24netfilter: nft_payload: fix missing check for matching length in offloadswenxu
2019-10-24ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet
2019-10-24ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti
2019-10-23xsk: Fix registration of Rx-only socketsMagnus Karlsson
2019-10-23net/flow_dissector: switch to siphashEric Dumazet
2019-10-23netfilter: nf_tables_offload: restore basechain deletionPablo Neira Ayuso
2019-10-23netfilter: nf_flow_table: set timeout before insertion into hashesPablo Neira Ayuso
2019-10-22ipv6: include <net/addrconf.h> for missing declarationsBen Dooks (Codethink)
2019-10-22net: openvswitch: free vport unless register_netdevice() succeedsHillf Danton
2019-10-22net: sched: taprio: fix -Wmissing-prototypes warningsYi Wang
2019-10-21ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet
2019-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-10-19net: dsa: fix switch tree listVivien Didelot
2019-10-19net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski
2019-10-19net: netem: fix error path for corrupted GSO framesJakub Kicinski
2019-10-18vsock/virtio: discard packets if credit is not respectedStefano Garzarella
2019-10-18vsock/virtio: send a credit update when buffer size is changedStefano Garzarella
2019-10-18net: ensure correct skb->tstamp in various fragmentersEric Dumazet
2019-10-17ipv4: fix race condition between route lookup and invalidationWei Wang
2019-10-17ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio
2019-10-16rxrpc: use rcu protection while reading sk->sk_user_dataEric Dumazet
2019-10-16Revert "blackhole_netdev: fix syzkaller reported issue"Mahesh Bandewar
2019-10-15sctp: change sctp_prot .no_autobind with trueXin Long
2019-10-15sched: etf: Fix ordering of packets with same txtimeVinicius Costa Gomes
2019-10-15net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet
2019-10-15tcp: fix a possible lockdep splat in tcp_done()Eric Dumazet
2019-10-15net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti
2019-10-15net: avoid errors when trying to pop MLPS header on non-MPLS packetsDavide Caratti
2019-10-15blackhole_netdev: fix syzkaller reported issueMahesh Bandewar
2019-10-14bpf: lwtunnel: Fix reroute supplying invalid dstJiri Benc
2019-10-13batman-adv: Avoid free/alloc race when handling OGM bufferSven Eckelmann
2019-10-13batman-adv: Avoid free/alloc race when handling OGM2 bufferSven Eckelmann
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet
2019-10-13tcp: annotate tp->urg_seq lockless readsEric Dumazet
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet