aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-17/+17
2020-01-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+1
2020-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller10-68/+144
2020-01-25Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-4/+1
2020-01-24net: Fix skb->csum update in inet_proto_csum_replace16().Praveen Chaudhary1-3/+17
2020-01-24netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso2-43/+89
2020-01-24netfilter: nf_tables: add __nft_chain_type_get()Pablo Neira Ayuso1-8/+21
2020-01-24netfilter: nf_tables_offload: fix check the chain offload flagwenxu1-1/+1
2020-01-24netfilter: conntrack: sctp: use distinct states for new SCTP connectionsJiri Wiesner1-3/+3
2020-01-24ipv6_route_seq_next should increase position indexVasily Averin1-5/+2
2020-01-24rt_cpu_seq_next should increase position indexVasily Averin1-0/+1
2020-01-24neigh_stat_seq_next() should increase position indexVasily Averin1-0/+1
2020-01-24vcc_seq_next should increase position indexVasily Averin1-2/+1
2020-01-24tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet3-0/+3
2020-01-24net/rose: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2020-01-24caif_usb: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2020-01-24ipvs: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2020-01-23net_sched: fix datalen for ematchCong Wang1-1/+1
2020-01-23fou: Fix IPv6 netlink policyKristian Evensen1-2/+2
2020-01-23net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet2-12/+30
2020-01-22net, ip6_tunnel: fix namespaces moveWilliam Dauchy1-3/+1
2020-01-22net_sched: use validated TCA_KIND attribute in tc_new_tfilter()Eric Dumazet1-3/+2
2020-01-22Revert "udp: do rmem bulk free even if the rx sk queue is empty"Paolo Abeni1-1/+2
2020-01-22net: Fix packet reordering caused by GRO and listified RX cooperationMaxim Mikityanskiy1-31/+33
2020-01-22net, sk_msg: Don't check if sock is locked when tearing down psockJakub Sitnicki1-2/+0
2020-01-21net, ip_tunnel: fix namespaces moveWilliam Dauchy1-3/+1
2020-01-21tcp: remove redundant assigment to snd_cwndTheodore Dubois1-1/+0
2020-01-21tcp_bbr: improve arithmetic division in bbr_update_bw()Wen Yang1-2/+1
2020-01-21net-sysfs: Fix reference count leakJouni Hogander1-1/+3
2020-01-21ipv6: sr: remove SKB_GSO_IPXIP6 on End.D* actionsYuki Taguchi1-1/+3
2020-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller5-12/+52
2020-01-20netfilter: ipset: use bitmap infrastructure completelyKadlecsik József4-10/+10
2020-01-20hsr: Fix a compilation errorxiaofeng.yan1-1/+1
2020-01-20net: ip6_gre: fix moving ip6gre between namespacesNiko Kortstrom1-3/+0
2020-01-20Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar92-553/+777
2020-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds33-159/+266
2020-01-19net: sched: act_ctinfo: fix memory leakEric Dumazet1-0/+11
2020-01-18netfilter: nft_osf: add missing check for DREG attributeFlorian Westphal1-0/+3
2020-01-17net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key()Cong Wang1-12/+0
2020-01-17net/sched: act_ife: initalize ife->metalist earlierEric Dumazet1-4/+3
2020-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-24/+54
2020-01-16netfilter: nat: fix ICMP header corruption on ICMP errorsEyal Birger1-0/+13
2020-01-16netfilter: nf_tables: fix flowtable list del corruptionFlorian Westphal1-0/+6
2020-01-16netfilter: nf_tables: fix memory leak in nf_tables_parse_netdev_hooks()Dan Carpenter1-0/+1
2020-01-16netfilter: nf_tables: remove WARN and add NLA_STRING upper limitsFlorian Westphal1-4/+9
2020-01-16netfilter: nft_tunnel: ERSPAN_VERSION must not be nullFlorian Westphal1-0/+3
2020-01-16netfilter: nft_tunnel: fix null-attribute checkFlorian Westphal1-1/+1
2020-01-16netfilter: nf_tables: store transaction list locally while requesting modulePablo Neira Ayuso1-9/+10
2020-01-16net: dsa: tag_qca: fix doubled Tx statisticsAlexander Lobakin1-3/+0