summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-01-2510-68/+144
|\
| * net: Fix skb->csum update in inet_proto_csum_replace16().Praveen Chaudhary2020-01-241-3/+17
| * netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso2020-01-242-43/+89
| * netfilter: nf_tables: add __nft_chain_type_get()Pablo Neira Ayuso2020-01-241-8/+21
| * netfilter: nf_tables_offload: fix check the chain offload flagwenxu2020-01-241-1/+1
| * netfilter: conntrack: sctp: use distinct states for new SCTP connectionsJiri Wiesner2020-01-241-3/+3
| * netfilter: ipset: use bitmap infrastructure completelyKadlecsik József2020-01-204-10/+10
| * netfilter: nft_osf: add missing check for DREG attributeFlorian Westphal2020-01-181-0/+3
* | ipv6_route_seq_next should increase position indexVasily Averin2020-01-241-5/+2
* | rt_cpu_seq_next should increase position indexVasily Averin2020-01-241-0/+1
* | neigh_stat_seq_next() should increase position indexVasily Averin2020-01-241-0/+1
* | vcc_seq_next should increase position indexVasily Averin2020-01-241-2/+1
* | tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet2020-01-243-0/+3
* | net/rose: fix spelling mistake "to" -> "too"Colin Ian King2020-01-241-1/+1
* | caif_usb: fix spelling mistake "to" -> "too"Colin Ian King2020-01-241-1/+1
* | ipvs: fix spelling mistake "to" -> "too"Colin Ian King2020-01-241-1/+1
* | net_sched: fix datalen for ematchCong Wang2020-01-231-1/+1
* | fou: Fix IPv6 netlink policyKristian Evensen2020-01-231-2/+2
* | net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet2020-01-232-12/+30
* | net, ip6_tunnel: fix namespaces moveWilliam Dauchy2020-01-221-3/+1
* | net_sched: use validated TCA_KIND attribute in tc_new_tfilter()Eric Dumazet2020-01-221-3/+2
* | Revert "udp: do rmem bulk free even if the rx sk queue is empty"Paolo Abeni2020-01-221-1/+2
* | net: Fix packet reordering caused by GRO and listified RX cooperationMaxim Mikityanskiy2020-01-221-31/+33
* | net, sk_msg: Don't check if sock is locked when tearing down psockJakub Sitnicki2020-01-221-2/+0
* | net, ip_tunnel: fix namespaces moveWilliam Dauchy2020-01-211-3/+1
* | tcp: remove redundant assigment to snd_cwndTheodore Dubois2020-01-211-1/+0
* | tcp_bbr: improve arithmetic division in bbr_update_bw()Wen Yang2020-01-211-2/+1
* | net-sysfs: Fix reference count leakJouni Hogander2020-01-211-1/+3
* | ipv6: sr: remove SKB_GSO_IPXIP6 on End.D* actionsYuki Taguchi2020-01-211-1/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-01-215-12/+52
|\ \
| * | xfrm: support output_mark for offload ESP packetsUlrich Weber2020-01-152-0/+4
| * | xfrm: interface: do not confirm neighbor when do pmtu updateXu Wang2020-01-141-1/+1
| * | xfrm interface: fix packet tx through bpf_redirect()Nicolas Dichtel2020-01-141-7/+25
| * | vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel2020-01-142-4/+22
* | | hsr: Fix a compilation errorxiaofeng.yan2020-01-201-1/+1
* | | net: ip6_gre: fix moving ip6gre between namespacesNiko Kortstrom2020-01-201-3/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-01-1933-159/+266
|\ \ \
| * | | net: sched: act_ctinfo: fix memory leakEric Dumazet2020-01-191-0/+11
| | |/ | |/|
| * | net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key()Cong Wang2020-01-171-12/+0
| * | net/sched: act_ife: initalize ife->metalist earlierEric Dumazet2020-01-171-4/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-01-175-24/+54
| |\ \
| | * | netfilter: nat: fix ICMP header corruption on ICMP errorsEyal Birger2020-01-161-0/+13
| | * | netfilter: nf_tables: fix flowtable list del corruptionFlorian Westphal2020-01-161-0/+6
| | * | netfilter: nf_tables: fix memory leak in nf_tables_parse_netdev_hooks()Dan Carpenter2020-01-161-0/+1
| | * | netfilter: nf_tables: remove WARN and add NLA_STRING upper limitsFlorian Westphal2020-01-161-4/+9
| | * | netfilter: nft_tunnel: ERSPAN_VERSION must not be nullFlorian Westphal2020-01-161-0/+3
| | * | netfilter: nft_tunnel: fix null-attribute checkFlorian Westphal2020-01-161-1/+1
| | * | netfilter: nf_tables: store transaction list locally while requesting modulePablo Neira Ayuso2020-01-161-9/+10
| | * | netfilter: arp_tables: init netns pointer in xt_tgdtor_param structFlorian Westphal2020-01-131-9/+10
| | * | netfilter: fix a use-after-free in mtype_destroy()Cong Wang2020-01-131-1/+1
| | |/