summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* udp: use skb_queue_empty_lockless()Eric Dumazet2019-10-281-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-10-278-27/+76
|\
| * Merge tag 'ipvs-fixes-for-v5.4' of https://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso2019-10-265-25/+35
| |\
| | * ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet2019-10-241-8/+7
| | * ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti2019-10-245-17/+28
| * | netfilter: nft_payload: fix missing check for matching length in offloadswenxu2019-10-241-0/+38
| |/
| * netfilter: nf_tables_offload: restore basechain deletionPablo Neira Ayuso2019-10-231-1/+1
| * netfilter: nf_flow_table: set timeout before insertion into hashesPablo Neira Ayuso2019-10-231-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-10-272-1/+12
|\ \
| * | xsk: Fix registration of Rx-only socketsMagnus Karlsson2019-10-241-0/+6
| * | bpf: lwtunnel: Fix reroute supplying invalid dstJiri Benc2019-10-141-1/+6
* | | ipv4: fix route update on metric change.Paolo Abeni2019-10-261-1/+1
* | | net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin2019-10-261-1/+3
* | | netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault2019-10-264-25/+28
* | | net/smc: keep vlan_id for SMC-R in smc_listen_work()Ursula Braun2019-10-261-1/+1
* | | net/smc: fix closing of fallback SMC socketsUrsula Braun2019-10-261-0/+7
* | | net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince2019-10-261-0/+2
* | | net: remove unnecessary variables and callbackTaehee Yoo2019-10-246-34/+8
* | | net: core: add ignore flag to netdev_adjacent structureTaehee Yoo2019-10-241-21/+209
* | | net: core: add generic lockdep keysTaehee Yoo2019-10-2413-242/+50
* | | net: core: limit nested device depthTaehee Yoo2019-10-241-45/+227
* | | keys: Fix memory leak in copy_net_nsTakeshi Misawa2019-10-241-0/+1
* | | net/flow_dissector: switch to siphashEric Dumazet2019-10-244-38/+35
| |/ |/|
* | ipv6: include <net/addrconf.h> for missing declarationsBen Dooks (Codethink)2019-10-231-0/+1
* | net: openvswitch: free vport unless register_netdevice() succeedsHillf Danton2019-10-221-7/+4
* | net: sched: taprio: fix -Wmissing-prototypes warningsYi Wang2019-10-221-1/+1
* | ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet2019-10-212-6/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-10-1968-362/+564
|\ \
| * | net: dsa: fix switch tree listVivien Didelot2019-10-191-1/+1
| * | net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski2019-10-191-0/+2
| * | net: netem: fix error path for corrupted GSO framesJakub Kicinski2019-10-191-3/+6
| * | vsock/virtio: discard packets if credit is not respectedStefano Garzarella2019-10-181-3/+11
| * | vsock/virtio: send a credit update when buffer size is changedStefano Garzarella2019-10-181-0/+3
| * | net: ensure correct skb->tstamp in various fragmentersEric Dumazet2019-10-184-0/+12
| * | ipv4: fix race condition between route lookup and invalidationWei Wang2019-10-181-1/+1
| * | ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio2019-10-181-3/+6
| * | rxrpc: use rcu protection while reading sk->sk_user_dataEric Dumazet2019-10-161-4/+8
| * | Revert "blackhole_netdev: fix syzkaller reported issue"Mahesh Bandewar2019-10-162-12/+10
| * | sctp: change sctp_prot .no_autobind with trueXin Long2019-10-161-2/+2
| * | sched: etf: Fix ordering of packets with same txtimeVinicius Costa Gomes2019-10-161-1/+1
| * | net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet2019-10-161-6/+8
| * | tcp: fix a possible lockdep splat in tcp_done()Eric Dumazet2019-10-161-2/+6
| * | net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti2019-10-163-14/+22
| * | net: avoid errors when trying to pop MLPS header on non-MPLS packetsDavide Caratti2019-10-161-1/+1
| * | blackhole_netdev: fix syzkaller reported issueMahesh Bandewar2019-10-152-10/+12
| |/
| * tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet2019-10-136-13/+13
| * tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet2019-10-134-9/+14
| * tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet2019-10-135-9/+12
| * tcp: annotate tp->urg_seq lockless readsEric Dumazet2019-10-132-3/+4
| * tcp: annotate tp->snd_nxt lockless readsEric Dumazet2019-10-133-8/+11